@@ -209,7 +209,7 @@ jobs:
209
209
allow-private-repository : ${{ inputs.rekor-log-public }}
210
210
211
211
- name : Upload builder
212
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
212
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
213
213
with :
214
214
name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215
215
path : " ${{ env.BUILDER_BINARY }}"
@@ -228,7 +228,7 @@ jobs:
228
228
runs-on : ubuntu-latest
229
229
needs : [rng, detect-env, generate-builder]
230
230
steps :
231
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
231
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
232
232
- name : Checkout builder repository
233
233
uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
234
234
with :
@@ -306,7 +306,7 @@ jobs:
306
306
- id : auth
307
307
name : Authenticate to Google Cloud
308
308
if : inputs.gcp-workload-identity-provider != ''
309
- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
309
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
310
310
with :
311
311
token_format : " access_token"
312
312
workload_identity_provider : ${{ inputs.gcp-workload-identity-provider }}
@@ -372,7 +372,7 @@ jobs:
372
372
set-executable : true
373
373
374
374
- name : Checkout the source repository
375
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
375
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
376
376
with :
377
377
fetch-depth : 1
378
378
persist-credentials : false
@@ -462,7 +462,7 @@ jobs:
462
462
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use a
463
463
# secure upload or verify this against the SLSA layout file.
464
464
id : upload-artifacts
465
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
465
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
466
466
with :
467
467
name : ${{ steps.build.outputs.build-outputs-name }}
468
468
path : /tmp/build-outputs-${{ needs.rng.outputs.value }}
@@ -535,7 +535,7 @@ jobs:
535
535
- name : Upload unsigned intoto attestations file for pull request
536
536
if : ${{ github.event_name == 'pull_request' }}
537
537
id : upload-unsigned
538
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
538
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
539
539
with :
540
540
name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
541
541
path : " attestations-${{ needs.rng.outputs.value }}"
@@ -556,7 +556,7 @@ jobs:
556
556
- name : Upload the signed attestations
557
557
id : upload-signed
558
558
if : ${{ github.event_name != 'pull_request' }}
559
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
559
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
560
560
with :
561
561
name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562
562
path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -598,7 +598,7 @@ jobs:
598
598
path : " ${{ needs.provenance.outputs.provenance-name }}"
599
599
600
600
- name : Upload provenance new tag
601
- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
601
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
602
602
if : startsWith(github.ref, 'refs/tags/') && inputs.upload-tag-name == ''
603
603
id : release-new-tags
604
604
with :
@@ -609,7 +609,7 @@ jobs:
609
609
draft : ${{ inputs.draft-release }}
610
610
611
611
- name : Upload provenance tag name
612
- uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
612
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
613
613
if : inputs.upload-tag-name != ''
614
614
with :
615
615
prerelease : ${{ inputs.prerelease }}
@@ -633,13 +633,13 @@ jobs:
633
633
SLSA_OUTPUTS_NAME : ${{ needs.build.outputs.slsa-outputs-name }}
634
634
RNG : ${{ needs.rng.outputs.value }}
635
635
steps :
636
- - uses : geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0 .0
636
+ - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
637
637
with :
638
638
name : " ${{ env.BUILD_DEFINITION_NAME }}-${{ env.RNG }}"
639
639
useGlob : true
640
- - uses : geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0 .0
640
+ - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
641
641
with :
642
642
name : " ${{ env.SLSA_OUTPUTS_NAME }}-${{ env.RNG }}"
643
- - uses : geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0 .0
643
+ - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
644
644
with :
645
645
name : " ${{ env.BUILDER_BINARY }}-${{ env.RNG }}"
0 commit comments