6464 steps :
6565 # Fetch tags so RC auto-increment can use plain local Git.
6666 - name : Checkout workflow code
67- uses : actions/checkout@v6
67+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6868 with :
6969 fetch-depth : 0
7070 fetch-tags : true
@@ -225,7 +225,7 @@ jobs:
225225 } >>"${GITHUB_OUTPUT}"
226226
227227 - name : Checkout selected source
228- uses : actions/checkout@v6
228+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
229229 with :
230230 repository : ${{ github.repository }}
231231 ref : ${{ inputs.cadence == 'nightly' && steps.resolve-nightly-source.outputs.source_sha || inputs.source_sha }}
@@ -323,7 +323,7 @@ jobs:
323323 contents : write
324324 steps :
325325 - name : Checkout source at release SHA
326- uses : actions/checkout@v6
326+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
327327 with :
328328 ref : ${{ needs.plan-release.outputs.source_sha }}
329329 fetch-tags : true
@@ -372,12 +372,12 @@ jobs:
372372 matrix : ${{ fromJson(needs.plan-release.outputs.sdk_matrix) }}
373373 steps :
374374 - name : Checkout workflow code
375- uses : actions/checkout@v6
375+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
376376 with :
377377 path : workflow
378378
379379 - name : Checkout source
380- uses : actions/checkout@v6
380+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
381381 with :
382382 repository : ${{ needs.plan-release.outputs.source_repo }}
383383 ref : ${{ needs.plan-release.outputs.source_sha }}
@@ -400,7 +400,7 @@ jobs:
400400 nightly-timestamp : ${{ needs.plan-release.outputs.nightly_timestamp }}
401401
402402 - name : Upload SDK wheel
403- uses : actions/upload-artifact@v6
403+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
404404 with :
405405 name : release-sdk-${{ matrix.id }}
406406 path : ${{ steps.build-sdk-wheel.outputs.wheel-path }}
@@ -424,17 +424,17 @@ jobs:
424424 release_checksums_digest : ${{ steps.upload-release.outputs.checksums_digest }}
425425 steps :
426426 - name : Checkout workflow code
427- uses : actions/checkout@v6
427+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
428428
429429 - name : Download SDK wheels
430- uses : actions/download-artifact@v8
430+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
431431 with :
432432 pattern : release-sdk-*
433433 path : downloaded-sdk-artifacts
434434 merge-multiple : false
435435
436436 - name : Install uv
437- uses : astral-sh/setup-uv@v7
437+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
438438 with :
439439 python-version : " 3.11"
440440
@@ -470,7 +470,7 @@ jobs:
470470 - name : Upload release bundle artifact
471471 id : upload-release-bundle
472472 if : inputs.cadence == 'nightly'
473- uses : actions/upload-artifact@v6
473+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
474474 with :
475475 name : release-bundle-${{ needs.plan-release.outputs.release_label }}
476476 path : release-bundle/
0 commit comments