Skip to content

Commit 526a833

Browse files
Bump the github-actions group across 1 directory with 8 updates
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `6.2.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.5` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` | Updates `actions/checkout` from 4.2.2 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...de0fac2) Updates `actions/setup-python` from 5.4.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...a309ff8) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `github/codeql-action` from 4.35.1 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...9e0d7b8) Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@153bb8e...b430933) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 099767b commit 526a833

5 files changed

Lines changed: 47 additions & 47 deletions

File tree

.github/workflows/_reusable-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
- name: Set up Python
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
21+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Upgrade pip
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
command: bash ./scripts/ci/validate.sh
4848
- name: Upload validation artifacts
49-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
49+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5050
with:
5151
name: validation-py${{ matrix.python-version }}
5252
path: |
@@ -112,9 +112,9 @@ jobs:
112112
contents: read
113113
steps:
114114
- name: Check out repository
115-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
115+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
116116
- name: Set up Node
117-
uses: actions/setup-node@v4
117+
uses: actions/setup-node@v6
118118
with:
119119
node-version: "22"
120120
cache: npm
@@ -137,9 +137,9 @@ jobs:
137137
contents: read
138138
steps:
139139
- name: Check out repository
140-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
140+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
141141
- name: Set up Node
142-
uses: actions/setup-node@v4
142+
uses: actions/setup-node@v6
143143
with:
144144
node-version: "22"
145145
cache: npm
@@ -158,7 +158,7 @@ jobs:
158158
run: npm run test:peer-api -- --reporter=line
159159
- name: Upload WebTransport peer probe Playwright report
160160
if: always()
161-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
161+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
162162
with:
163163
name: wt-peer-probes-playwright-${{ github.sha }}
164164
path: packages/wt-peer-probes/playwright-report/

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
language: ["python"]
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
28+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba
2929
with:
3030
languages: ${{ matrix.language }}
3131
- name: Autobuild
32-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13
32+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba
3333
- name: Analyze
34-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
34+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
environment: docs
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
- name: Set up Python
26-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
26+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2727
with:
2828
python-version: "3.12"
2929
- name: Install workspace packages
@@ -55,12 +55,12 @@ jobs:
5555
cp README.md .artifacts/pages/
5656
cp -R docs .artifacts/pages/docs
5757
- name: Upload docs artifact
58-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
58+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5959
with:
6060
name: docs-bundle
6161
path: .artifacts/docs
6262
- name: Upload pages artifact
63-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
63+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
6464
with:
6565
path: .artifacts/pages
6666

.github/workflows/phase9-certification-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- name: Check out repository
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
34+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

@@ -88,13 +88,13 @@ jobs:
8888
tests/test_aioquic_adapter_preflight.py
8989
9090
- name: Upload certification-environment artifacts
91-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
91+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
9292
with:
9393
name: certification-environment-${{ matrix.python-version }}
9494
path: .artifacts/certification-environment/${{ matrix.python-version }}
9595

9696
- name: Upload aioquic adapter preflight artifacts
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
97+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
9898
with:
9999
name: aioquic-adapter-preflight-${{ matrix.python-version }}
100100
path: .artifacts/aioquic-adapter-preflight/${{ matrix.python-version }}

.github/workflows/publish-all-packages.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
exit 1
9494
9595
- name: Check out repository
96-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
96+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
102+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
103103
with:
104104
python-version: "3.12"
105105

@@ -234,7 +234,7 @@ jobs:
234234
echo "commit_sha=${commit_sha}" >> "$GITHUB_OUTPUT"
235235
236236
- name: Upload release plan
237-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
237+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
238238
with:
239239
name: release-plan
240240
path: release-plan.json
@@ -253,11 +253,11 @@ jobs:
253253
version: ${{ steps.meta.outputs.version }}
254254
steps:
255255
- name: Check out repository
256-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
256+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
257257
with:
258258
ref: ${{ needs.prepare-release.outputs.commit_sha }}
259259
- name: Set up Python
260-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
260+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
261261
with:
262262
python-version: "3.12"
263263
- name: Upgrade pip
@@ -362,12 +362,12 @@ jobs:
362362
PY
363363
echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
364364
- name: Upload Python distributions
365-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
365+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
366366
with:
367367
name: python-dist-${{ github.sha }}
368368
path: dist/
369369
- name: Upload release assets
370-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
370+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
371371
with:
372372
name: release-assets-${{ github.sha }}
373373
path: .artifacts/release-assets/
@@ -376,7 +376,7 @@ jobs:
376376
with:
377377
subject-path: dist/*
378378
- name: Upload pages artifact
379-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
379+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
380380
with:
381381
path: .artifacts/pages
382382

@@ -391,7 +391,7 @@ jobs:
391391
id-token: write
392392
steps:
393393
- name: Download Python distributions
394-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
394+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
395395
with:
396396
name: python-dist-${{ github.sha }}
397397
path: dist
@@ -415,7 +415,7 @@ jobs:
415415
id-token: write
416416
steps:
417417
- name: Download Python distributions
418-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
418+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
419419
with:
420420
name: python-dist-${{ github.sha }}
421421
path: dist
@@ -438,11 +438,11 @@ jobs:
438438
contents: read
439439
steps:
440440
- name: Check out repository
441-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
441+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
442442
with:
443443
ref: ${{ needs.prepare-release.outputs.commit_sha }}
444444
- name: Set up Node
445-
uses: actions/setup-node@v4
445+
uses: actions/setup-node@v6
446446
with:
447447
node-version: "22"
448448
cache: npm
@@ -460,7 +460,7 @@ jobs:
460460
working-directory: packages/wt-peer-probes
461461
run: npm pack
462462
- name: Upload WebTransport peer probe tarball
463-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
463+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
464464
with:
465465
name: wt-peer-probes-${{ github.sha }}
466466
path: packages/wt-peer-probes/tigrcorn-wt-peer-probes-*.tgz
@@ -475,11 +475,11 @@ jobs:
475475
contents: read
476476
steps:
477477
- name: Check out repository
478-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
478+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
479479
with:
480480
ref: ${{ needs.prepare-release.outputs.commit_sha }}
481481
- name: Set up Node
482-
uses: actions/setup-node@v4
482+
uses: actions/setup-node@v6
483483
with:
484484
node-version: "22"
485485
cache: npm
@@ -498,7 +498,7 @@ jobs:
498498
run: npm run test:peer-api -- --reporter=line
499499
- name: Upload WebTransport peer probe Playwright report
500500
if: always()
501-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
501+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
502502
with:
503503
name: wt-peer-probes-playwright-${{ github.sha }}
504504
path: packages/wt-peer-probes/playwright-report/
@@ -515,13 +515,13 @@ jobs:
515515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
516516
steps:
517517
- name: Check out prepared release commit
518-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
518+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
519519
with:
520520
fetch-depth: 0
521521
ref: ${{ needs.prepare-release.outputs.commit_sha }}
522522
token: ${{ secrets.GITHUB_TOKEN }}
523523
- name: Download release plan
524-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
524+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
525525
with:
526526
name: release-plan
527527
path: .
@@ -542,16 +542,16 @@ jobs:
542542
contents: write
543543
steps:
544544
- name: Check out repository
545-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
545+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
546546
with:
547547
ref: ${{ needs.prepare-release.outputs.commit_sha }}
548548
- name: Download WebTransport peer probe tarball
549-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
549+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
550550
with:
551551
name: wt-peer-probes-${{ github.sha }}
552552
path: .artifacts/wt-peer-probes
553553
- name: Create or update GitHub release with probe package
554-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
554+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
555555
with:
556556
tag_name: ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
557557
name: ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
@@ -572,11 +572,11 @@ jobs:
572572
id-token: write
573573
steps:
574574
- name: Check out repository
575-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
575+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
576576
with:
577577
ref: ${{ needs.prepare-release.outputs.commit_sha }}
578578
- name: Set up Node
579-
uses: actions/setup-node@v4
579+
uses: actions/setup-node@v6
580580
with:
581581
node-version: "22"
582582
registry-url: https://registry.npmjs.org
@@ -613,21 +613,21 @@ jobs:
613613
contents: write
614614
steps:
615615
- name: Check out prepared release commit
616-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
616+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
617617
with:
618618
ref: ${{ needs.prepare-release.outputs.commit_sha }}
619619
- name: Download Python distributions
620-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
620+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
621621
with:
622622
name: python-dist-${{ github.sha }}
623623
path: dist
624624
- name: Download release assets
625-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
625+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
626626
with:
627627
name: release-assets-${{ github.sha }}
628628
path: .artifacts/release-assets
629629
- name: Attach Python package and release evidence assets
630-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
630+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
631631
with:
632632
tag_name: ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}
633633
name: ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}

0 commit comments

Comments
 (0)