|
72 | 72 | RELEASE_VERSION="${RELEASE_TAG_VERSION:1}" |
73 | 73 | echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_OUTPUT" |
74 | 74 |
|
75 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 75 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
76 | 76 | with: |
77 | 77 | ref: ${{ env.RELEASE_COMMIT }} |
78 | 78 |
|
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | SOURCE_INTEGRITY_HASH: ${{ needs.seal.outputs.SOURCE_CODE_HASH }} |
126 | 126 | steps: |
127 | 127 | # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev) |
128 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 128 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
129 | 129 | with: |
130 | 130 | ref: ${{ env.RELEASE_COMMIT }} |
131 | 131 |
|
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | SOURCE_INTEGRITY_HASH: ${{ needs.seal.outputs.SOURCE_CODE_HASH }} |
167 | 167 | steps: |
168 | 168 | # NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev) |
169 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 169 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
170 | 170 | with: |
171 | 171 | ref: ${{ env.RELEASE_COMMIT }} |
172 | 172 |
|
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | BUILD_INTEGRITY_HASH: ${{ needs.build.outputs.BUILD_INTEGRITY_HASH }} |
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 228 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
229 | 229 | with: |
230 | 230 | ref: ${{ env.RELEASE_COMMIT }} |
231 | 231 |
|
@@ -266,7 +266,7 @@ jobs: |
266 | 266 | SOURCE_INTEGRITY_HASH: ${{ needs.seal.outputs.SOURCE_CODE_HASH }} |
267 | 267 | steps: |
268 | 268 | # NOTE: we need actions/checkout to authenticate and configure git first |
269 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 269 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
270 | 270 | with: |
271 | 271 | ref: ${{ env.RELEASE_COMMIT }} |
272 | 272 |
|
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | SOURCE_INTEGRITY_HASH: ${{ needs.seal.outputs.SOURCE_CODE_HASH }} |
313 | 313 | steps: |
314 | 314 | # NOTE: we need actions/checkout to authenticate and configure git first |
315 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 315 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
316 | 316 | with: |
317 | 317 | ref: ${{ env.RELEASE_COMMIT }} |
318 | 318 |
|
@@ -372,7 +372,7 @@ jobs: |
372 | 372 | env: |
373 | 373 | RELEASE_VERSION: ${{ needs.seal.outputs.RELEASE_VERSION }} |
374 | 374 | steps: |
375 | | - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 375 | + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
376 | 376 | with: |
377 | 377 | ref: ${{ env.RELEASE_COMMIT }} |
378 | 378 | - name: Close issues related to this release |
|
0 commit comments