@@ -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
@@ -413,7 +413,7 @@ jobs:
413413 id-token : write
414414 steps :
415415 - name : Download Python distributions
416- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
416+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
417417 with :
418418 name : python-dist-${{ github.sha }}
419419 path : dist
@@ -434,11 +434,11 @@ jobs:
434434 contents : read
435435 steps :
436436 - name : Check out repository
437- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
437+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
438438 with :
439439 ref : ${{ needs.prepare-release.outputs.commit_sha }}
440440 - name : Set up Node
441- uses : actions/setup-node@v4
441+ uses : actions/setup-node@v6
442442 with :
443443 node-version : " 22"
444444 cache : npm
@@ -456,7 +456,7 @@ jobs:
456456 working-directory : packages/wt-peer-probes
457457 run : npm pack
458458 - name : Upload WebTransport peer probe tarball
459- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
459+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
460460 with :
461461 name : wt-peer-probes-${{ github.sha }}
462462 path : packages/wt-peer-probes/tigrcorn-wt-peer-probes-*.tgz
@@ -471,11 +471,11 @@ jobs:
471471 contents : read
472472 steps :
473473 - name : Check out repository
474- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
474+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
475475 with :
476476 ref : ${{ needs.prepare-release.outputs.commit_sha }}
477477 - name : Set up Node
478- uses : actions/setup-node@v4
478+ uses : actions/setup-node@v6
479479 with :
480480 node-version : " 22"
481481 cache : npm
@@ -494,7 +494,7 @@ jobs:
494494 run : npm run test:peer-api -- --reporter=line
495495 - name : Upload WebTransport peer probe Playwright report
496496 if : always()
497- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
497+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
498498 with :
499499 name : wt-peer-probes-playwright-${{ github.sha }}
500500 path : packages/wt-peer-probes/playwright-report/
@@ -511,13 +511,13 @@ jobs:
511511 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
512512 steps :
513513 - name : Check out prepared release commit
514- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
514+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
515515 with :
516516 fetch-depth : 0
517517 ref : ${{ needs.prepare-release.outputs.commit_sha }}
518518 token : ${{ secrets.GITHUB_TOKEN }}
519519 - name : Download release plan
520- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
520+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
521521 with :
522522 name : release-plan
523523 path : .
@@ -538,16 +538,16 @@ jobs:
538538 contents : write
539539 steps :
540540 - name : Check out repository
541- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
541+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
542542 with :
543543 ref : ${{ needs.prepare-release.outputs.commit_sha }}
544544 - name : Download WebTransport peer probe tarball
545- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
545+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
546546 with :
547547 name : wt-peer-probes-${{ github.sha }}
548548 path : .artifacts/wt-peer-probes
549549 - name : Create or update GitHub release with probe package
550- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
550+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
551551 with :
552552 tag_name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
553553 name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
@@ -568,11 +568,11 @@ jobs:
568568 id-token : write
569569 steps :
570570 - name : Check out repository
571- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
571+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
572572 with :
573573 ref : ${{ needs.prepare-release.outputs.commit_sha }}
574574 - name : Set up Node
575- uses : actions/setup-node@v4
575+ uses : actions/setup-node@v6
576576 with :
577577 node-version : " 22"
578578 registry-url : https://registry.npmjs.org
@@ -609,21 +609,21 @@ jobs:
609609 contents : write
610610 steps :
611611 - name : Check out prepared release commit
612- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
612+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
613613 with :
614614 ref : ${{ needs.prepare-release.outputs.commit_sha }}
615615 - name : Download Python distributions
616- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
616+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
617617 with :
618618 name : python-dist-${{ github.sha }}
619619 path : dist
620620 - name : Download release assets
621- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
621+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
622622 with :
623623 name : release-assets-${{ github.sha }}
624624 path : .artifacts/release-assets
625625 - name : Attach Python package and release evidence assets
626- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
626+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
627627 with :
628628 tag_name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}
629629 name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}
0 commit comments