6767 version : ${{ steps.meta.outputs.version }}
6868 steps :
6969 - name : Check out repository
70- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7171 - name : Set up Python
72- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
72+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
7373 with :
7474 python-version : " 3.12"
7575 - name : Upgrade pip
@@ -175,12 +175,12 @@ jobs:
175175 PY
176176 echo "version=$(cat .artifacts/version.txt)" >> "$GITHUB_OUTPUT"
177177 - name : Upload Python distributions
178- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
178+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
179179 with :
180180 name : python-dist-${{ github.sha }}
181181 path : dist/
182182 - name : Upload release assets
183- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
183+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
184184 with :
185185 name : release-assets-${{ github.sha }}
186186 path : .artifacts/release-assets/
@@ -189,7 +189,7 @@ jobs:
189189 with :
190190 subject-path : dist/*
191191 - name : Upload pages artifact
192- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
192+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9
193193 with :
194194 path : .artifacts/pages
195195
@@ -204,7 +204,7 @@ jobs:
204204 id-token : write
205205 steps :
206206 - name : Download Python distributions
207- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
207+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
208208 with :
209209 name : python-dist-${{ github.sha }}
210210 path : dist
@@ -228,7 +228,7 @@ jobs:
228228 id-token : write
229229 steps :
230230 - name : Download Python distributions
231- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
231+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
232232 with :
233233 name : python-dist-${{ github.sha }}
234234 path : dist
@@ -249,7 +249,7 @@ jobs:
249249 contents : read
250250 steps :
251251 - name : Check out repository
252- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
252+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
253253 - name : Validate WebTransport peer probe package
254254 uses : cobycloud/actions/actions/setup-node-project@master
255255 with :
@@ -262,7 +262,7 @@ jobs:
262262 working-directory : packages/wt-peer-probes
263263 run : npm pack
264264 - name : Upload WebTransport peer probe tarball
265- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
265+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
266266 with :
267267 name : wt-peer-probes-${{ github.sha }}
268268 path : packages/wt-peer-probes/tigrcorn-wt-peer-probes-*.tgz
@@ -276,7 +276,7 @@ jobs:
276276 contents : read
277277 steps :
278278 - name : Check out repository
279- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
279+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
280280 - name : Validate browser WebTransport peer API probes
281281 uses : cobycloud/actions/actions/playwright-ci@master
282282 with :
@@ -297,9 +297,9 @@ jobs:
297297 contents : write
298298 steps :
299299 - name : Check out repository
300- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
300+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
301301 - name : Download WebTransport peer probe tarball
302- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
302+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
303303 with :
304304 name : wt-peer-probes-${{ github.sha }}
305305 path : .artifacts/wt-peer-probes
@@ -326,7 +326,7 @@ jobs:
326326 id-token : write
327327 steps :
328328 - name : Check out repository
329- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
329+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
330330 - name : Publish WebTransport peer probe package
331331 uses : cobycloud/actions/actions/npm-publish@master
332332 with :
@@ -350,17 +350,17 @@ jobs:
350350 contents : write
351351 steps :
352352 - name : Download Python distributions
353- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
353+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
354354 with :
355355 name : python-dist-${{ github.sha }}
356356 path : dist
357357 - name : Download release assets
358- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
358+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
359359 with :
360360 name : release-assets-${{ github.sha }}
361361 path : .artifacts/release-assets
362362 - name : Attach Python package and release evidence assets
363- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
363+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
364364 with :
365365 files : |
366366 dist/*
0 commit comments