Skip to content

Commit d3c49f7

Browse files
Merge branch 'main' into http-agent-instance
2 parents 30edb48 + 549e0a6 commit d3c49f7

File tree

179 files changed

+13481
-5739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+13481
-5739
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ on:
44
push:
55
branches: [ main ]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
benchmark-tests:
12+
permissions:
13+
contents: write # required for pushing benchmark results to gh-pages
914
strategy:
1015
fail-fast: false
1116
matrix:
1217
node_version:
1318
- "22"
14-
runs-on: self-hosted
19+
runs-on: equinix-bare-metal
1520
timeout-minutes: 10
1621
env:
1722
NPM_CONFIG_UNSAFE_PERM: true

.github/workflows/changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
branches:
1111
- main
1212
- next
13+
permissions:
14+
contents: read
1315
jobs:
1416
changelog:
1517
runs-on: ubuntu-latest

.github/workflows/close-stale.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ on:
33
schedule:
44
- cron: '30 6 * * 1'
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
stale:
11+
permissions:
12+
issues: write # required for closing stale issues
13+
pull-requests: write # required for closing stale PRs
814
runs-on: ubuntu-latest
915
steps:
1016
- uses: actions/stale@v9

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ on:
66
branches: [ main ]
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
CodeQL-Build:
14+
permissions:
15+
security-events: write
1116
runs-on: ubuntu-latest
1217

1318
steps:

.github/workflows/create-or-update-release-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
- all # all release packages, including API, excluding semconv
1919
- semconv # only semantic convention package
2020

21+
permissions:
22+
contents: read
23+
2124
jobs:
2225
create-or-update-release-pr:
2326
runs-on: ubuntu-latest

.github/workflows/docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
build-and-deploy:
12+
permissions:
13+
contents: write # required for deploying documentation to gh-pages
914
runs-on: ubuntu-latest
1015
steps:
1116
- name: Checkout

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
pull_request:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
e2e-tests:
1013
strategy:

.github/workflows/label-releases.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
merge_group:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26+
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif

0 commit comments

Comments
 (0)