|
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 |
|
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | contents: write |
260 | 260 | steps: |
261 | 261 | # NOTE: we need actions/checkout to authenticate and configure git first |
262 | | - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 262 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
263 | 263 | with: |
264 | 264 | ref: ${{ env.RELEASE_COMMIT }} |
265 | 265 |
|
@@ -303,7 +303,7 @@ jobs: |
303 | 303 | runs-on: ubuntu-latest |
304 | 304 | steps: |
305 | 305 | # NOTE: we need actions/checkout to authenticate and configure git first |
306 | | - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 306 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
307 | 307 | with: |
308 | 308 | ref: ${{ env.RELEASE_COMMIT }} |
309 | 309 |
|
@@ -357,7 +357,7 @@ jobs: |
357 | 357 | env: |
358 | 358 | RELEASE_VERSION: ${{ needs.seal.outputs.RELEASE_VERSION }} |
359 | 359 | steps: |
360 | | - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 360 | + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
361 | 361 | with: |
362 | 362 | ref: ${{ env.RELEASE_COMMIT }} |
363 | 363 | - name: Restore sealed source code |
|
0 commit comments