|
80 | 80 | RELEASE_VERSION="${RELEASE_TAG_VERSION:1}"
|
81 | 81 | echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_OUTPUT"
|
82 | 82 |
|
83 |
| - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 83 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
84 | 84 | with:
|
85 | 85 | ref: ${{ env.RELEASE_COMMIT }}
|
86 | 86 |
|
@@ -115,7 +115,7 @@ jobs:
|
115 | 115 | contents: read
|
116 | 116 | steps:
|
117 | 117 | # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
|
118 |
| - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 118 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
119 | 119 | with:
|
120 | 120 | ref: ${{ env.RELEASE_COMMIT }}
|
121 | 121 |
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | attestation_hashes: ${{ steps.encoded_hash.outputs.attestation_hashes }}
|
157 | 157 | steps:
|
158 | 158 | # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
|
159 |
| - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 159 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
160 | 160 | with:
|
161 | 161 | ref: ${{ env.RELEASE_COMMIT }}
|
162 | 162 |
|
@@ -225,7 +225,7 @@ jobs:
|
225 | 225 | RELEASE_VERSION: ${{ needs.seal.outputs.RELEASE_VERSION }}
|
226 | 226 | steps:
|
227 | 227 | # NOTE: we need actions/checkout in order to use our local actions (e.g., ./.github/actions)
|
228 |
| - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 228 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
229 | 229 | with:
|
230 | 230 | ref: ${{ env.RELEASE_COMMIT }}
|
231 | 231 |
|
@@ -260,7 +260,7 @@ jobs:
|
260 | 260 | # contents: write
|
261 | 261 | # steps:
|
262 | 262 | # NOTE: we need actions/checkout to authenticate and configure git first
|
263 |
| - # - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 263 | + # - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
264 | 264 | # with:
|
265 | 265 | # ref: ${{ env.RELEASE_COMMIT }}
|
266 | 266 |
|
@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | # runs-on: ubuntu-latest
|
306 | 306 | # steps:
|
307 | 307 | # NOTE: we need actions/checkout to authenticate and configure git first
|
308 |
| - # - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 308 | + # - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
309 | 309 | # with:
|
310 | 310 | # ref: ${{ env.RELEASE_COMMIT }}
|
311 | 311 |
|
@@ -362,7 +362,7 @@ jobs:
|
362 | 362 | # env:
|
363 | 363 | # RELEASE_VERSION: ${{ needs.seal.outputs.RELEASE_VERSION }}
|
364 | 364 | # steps:
|
365 |
| - # - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 365 | + # - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
366 | 366 | # with:
|
367 | 367 | # ref: ${{ env.RELEASE_COMMIT }}
|
368 | 368 | # - name: Restore sealed source code
|
|
0 commit comments