@@ -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
@@ -228,7 +228,7 @@ jobs:
228228 echo "commit_sha=${commit_sha}" >> "$GITHUB_OUTPUT"
229229
230230 - name : Upload release plan
231- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
231+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
232232 with :
233233 name : release-plan
234234 path : release-plan.json
@@ -247,11 +247,11 @@ jobs:
247247 version : ${{ steps.meta.outputs.version }}
248248 steps :
249249 - name : Check out repository
250- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
250+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
251251 with :
252252 ref : ${{ needs.prepare-release.outputs.commit_sha }}
253253 - name : Set up Python
254- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
254+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
255255 with :
256256 python-version : " 3.12"
257257 - name : Upgrade pip
@@ -356,12 +356,12 @@ jobs:
356356 PY
357357 echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
358358 - name : Upload Python distributions
359- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
359+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
360360 with :
361361 name : python-dist-${{ github.sha }}
362362 path : dist/
363363 - name : Upload release assets
364- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
364+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
365365 with :
366366 name : release-assets-${{ github.sha }}
367367 path : .artifacts/release-assets/
@@ -370,7 +370,7 @@ jobs:
370370 with :
371371 subject-path : dist/*
372372 - name : Upload pages artifact
373- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
373+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
374374 with :
375375 path : .artifacts/pages
376376
@@ -385,7 +385,7 @@ jobs:
385385 id-token : write
386386 steps :
387387 - name : Download Python distributions
388- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
388+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
389389 with :
390390 name : python-dist-${{ github.sha }}
391391 path : dist
@@ -409,7 +409,7 @@ jobs:
409409 id-token : write
410410 steps :
411411 - name : Download Python distributions
412- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
412+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
413413 with :
414414 name : python-dist-${{ github.sha }}
415415 path : dist
@@ -432,11 +432,11 @@ jobs:
432432 contents : read
433433 steps :
434434 - name : Check out repository
435- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
435+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
436436 with :
437437 ref : ${{ needs.prepare-release.outputs.commit_sha }}
438438 - name : Set up Node
439- uses : actions/setup-node@v4
439+ uses : actions/setup-node@v6
440440 with :
441441 node-version : " 22"
442442 cache : npm
@@ -454,7 +454,7 @@ jobs:
454454 working-directory : packages/wt-peer-probes
455455 run : npm pack
456456 - name : Upload WebTransport peer probe tarball
457- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
457+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
458458 with :
459459 name : wt-peer-probes-${{ github.sha }}
460460 path : packages/wt-peer-probes/tigrcorn-wt-peer-probes-*.tgz
@@ -469,11 +469,11 @@ jobs:
469469 contents : read
470470 steps :
471471 - name : Check out repository
472- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
472+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
473473 with :
474474 ref : ${{ needs.prepare-release.outputs.commit_sha }}
475475 - name : Set up Node
476- uses : actions/setup-node@v4
476+ uses : actions/setup-node@v6
477477 with :
478478 node-version : " 22"
479479 cache : npm
@@ -492,7 +492,7 @@ jobs:
492492 run : npm run test:peer-api -- --reporter=line
493493 - name : Upload WebTransport peer probe Playwright report
494494 if : always()
495- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
495+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
496496 with :
497497 name : wt-peer-probes-playwright-${{ github.sha }}
498498 path : packages/wt-peer-probes/playwright-report/
@@ -509,13 +509,13 @@ jobs:
509509 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
510510 steps :
511511 - name : Check out prepared release commit
512- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
512+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
513513 with :
514514 fetch-depth : 0
515515 ref : ${{ needs.prepare-release.outputs.commit_sha }}
516516 token : ${{ secrets.GITHUB_TOKEN }}
517517 - name : Download release plan
518- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
518+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
519519 with :
520520 name : release-plan
521521 path : .
@@ -536,16 +536,16 @@ jobs:
536536 contents : write
537537 steps :
538538 - name : Check out repository
539- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
539+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
540540 with :
541541 ref : ${{ needs.prepare-release.outputs.commit_sha }}
542542 - name : Download WebTransport peer probe tarball
543- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
543+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
544544 with :
545545 name : wt-peer-probes-${{ github.sha }}
546546 path : .artifacts/wt-peer-probes
547547 - name : Create or update GitHub release with probe package
548- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
548+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
549549 with :
550550 tag_name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
551551 name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.npm_release_tag || github.ref_name }}
@@ -566,11 +566,11 @@ jobs:
566566 id-token : write
567567 steps :
568568 - name : Check out repository
569- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
569+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
570570 with :
571571 ref : ${{ needs.prepare-release.outputs.commit_sha }}
572572 - name : Set up Node
573- uses : actions/setup-node@v4
573+ uses : actions/setup-node@v6
574574 with :
575575 node-version : " 22"
576576 registry-url : https://registry.npmjs.org
@@ -607,17 +607,17 @@ jobs:
607607 contents : write
608608 steps :
609609 - name : Download Python distributions
610- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
610+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
611611 with :
612612 name : python-dist-${{ github.sha }}
613613 path : dist
614614 - name : Download release assets
615- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
615+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
616616 with :
617617 name : release-assets-${{ github.sha }}
618618 path : .artifacts/release-assets
619619 - name : Attach Python package and release evidence assets
620- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
620+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
621621 with :
622622 tag_name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}
623623 name : ${{ github.event_name == 'workflow_dispatch' && needs.prepare-release.outputs.python_release_tag || github.ref_name }}
0 commit comments