5959 artifact_name : ${{ steps.seal_source_code.outputs.artifact_name }}
6060 RELEASE_VERSION : ${{ steps.release_version.outputs.RELEASE_VERSION }}
6161 steps :
62- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363 with :
6464 ref : ${{ env.RELEASE_COMMIT }}
6565
9999 contents : read
100100 steps :
101101 # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
102- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
103103 with :
104104 ref : ${{ env.RELEASE_COMMIT }}
105105
@@ -140,7 +140,7 @@ jobs:
140140 attestation_hashes : ${{ steps.encoded_hash.outputs.attestation_hashes }}
141141 steps :
142142 # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
143- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
143+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144144 with :
145145 ref : ${{ env.RELEASE_COMMIT }}
146146
@@ -209,7 +209,7 @@ jobs:
209209 RELEASE_VERSION : ${{ needs.seal.outputs.RELEASE_VERSION }}
210210 steps :
211211 # NOTE: we need actions/checkout in order to use our local actions (e.g., ./.github/actions)
212- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
212+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
213213 with :
214214 ref : ${{ env.RELEASE_COMMIT }}
215215
@@ -233,7 +233,7 @@ jobs:
233233 runs-on : ubuntu-latest
234234 steps :
235235 # NOTE: we need actions/checkout to authenticate and configure git first
236- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
236+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
237237 with :
238238 ref : ${{ env.RELEASE_COMMIT }}
239239
0 commit comments