80
80
RELEASE_VERSION="${RELEASE_TAG_VERSION:1}"
81
81
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_OUTPUT"
82
82
83
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
83
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
118
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
159
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
160
160
with :
161
161
ref : ${{ env.RELEASE_COMMIT }}
162
162
@@ -206,7 +206,7 @@ jobs:
206
206
# NOTE: provenance fails if we use action pinning... it's a Github limitation
207
207
# because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
208
208
# https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#referencing-the-slsa-generator
209
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
209
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
210
210
with :
211
211
base64-subjects : ${{ needs.build.outputs.attestation_hashes }}
212
212
upload-assets : false # we upload its attestation in create_tag job, otherwise it creates a new release
@@ -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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
228
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
262
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
306
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
360
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
361
361
with :
362
362
ref : ${{ env.RELEASE_COMMIT }}
363
363
0 commit comments