6464 version : ${{ steps.meta.outputs.version }}
6565 steps :
6666 - name : Check out repository
67- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6868 - name : Set up Python
69- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
69+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
7070 with :
7171 python-version : " 3.12"
7272 - name : Upgrade pip
@@ -172,12 +172,12 @@ jobs:
172172 PY
173173 echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
174174 - name : Upload Python distributions
175- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
175+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
176176 with :
177177 name : python-dist-${{ github.sha }}
178178 path : dist/
179179 - name : Upload release assets
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
180+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
181181 with :
182182 name : release-assets-${{ github.sha }}
183183 path : .artifacts/release-assets/
@@ -186,7 +186,7 @@ jobs:
186186 with :
187187 subject-path : dist/*
188188 - name : Upload pages artifact
189- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
189+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
190190 with :
191191 path : .artifacts/pages
192192
@@ -201,7 +201,7 @@ jobs:
201201 id-token : write
202202 steps :
203203 - name : Download Python distributions
204- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
204+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
205205 with :
206206 name : python-dist-${{ github.sha }}
207207 path : dist
@@ -225,7 +225,7 @@ jobs:
225225 id-token : write
226226 steps :
227227 - name : Download Python distributions
228- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
228+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
229229 with :
230230 name : python-dist-${{ github.sha }}
231231 path : dist
@@ -246,9 +246,9 @@ jobs:
246246 contents : read
247247 steps :
248248 - name : Check out repository
249- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
249+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
250250 - name : Set up Node
251- uses : actions/setup-node@v4
251+ uses : actions/setup-node@v6
252252 with :
253253 node-version : " 22"
254254 cache : npm
@@ -266,7 +266,7 @@ jobs:
266266 working-directory : packages/wt-peer-probes
267267 run : npm pack
268268 - name : Upload WebTransport peer probe tarball
269- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
269+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
270270 with :
271271 name : wt-peer-probes-${{ github.sha }}
272272 path : packages/wt-peer-probes/tigrcorn-wt-peer-probes-*.tgz
@@ -280,9 +280,9 @@ jobs:
280280 contents : read
281281 steps :
282282 - name : Check out repository
283- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
283+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
284284 - name : Set up Node
285- uses : actions/setup-node@v4
285+ uses : actions/setup-node@v6
286286 with :
287287 node-version : " 22"
288288 cache : npm
@@ -298,7 +298,7 @@ jobs:
298298 run : npm run test:peer-api -- --reporter=line
299299 - name : Upload WebTransport peer probe Playwright report
300300 if : always()
301- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
301+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
302302 with :
303303 name : wt-peer-probes-playwright-${{ github.sha }}
304304 path : packages/wt-peer-probes/playwright-report/
@@ -314,14 +314,14 @@ jobs:
314314 contents : write
315315 steps :
316316 - name : Check out repository
317- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
317+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
318318 - name : Download WebTransport peer probe tarball
319- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
319+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
320320 with :
321321 name : wt-peer-probes-${{ github.sha }}
322322 path : .artifacts/wt-peer-probes
323323 - name : Create or update GitHub release with probe package
324- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
324+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
325325 with :
326326 tag_name : ${{ github.ref_name }}
327327 name : ${{ github.ref_name }}
@@ -342,9 +342,9 @@ jobs:
342342 id-token : write
343343 steps :
344344 - name : Check out repository
345- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
345+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
346346 - name : Set up Node
347- uses : actions/setup-node@v4
347+ uses : actions/setup-node@v6
348348 with :
349349 node-version : " 22"
350350 registry-url : https://registry.npmjs.org
@@ -381,17 +381,17 @@ jobs:
381381 contents : write
382382 steps :
383383 - name : Download Python distributions
384- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
384+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
385385 with :
386386 name : python-dist-${{ github.sha }}
387387 path : dist
388388 - name : Download release assets
389- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
389+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
390390 with :
391391 name : release-assets-${{ github.sha }}
392392 path : .artifacts/release-assets
393393 - name : Attach Python package and release evidence assets
394- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
394+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
395395 with :
396396 files : |
397397 dist/*
0 commit comments