@@ -209,7 +209,7 @@ jobs:
209209 allow-private-repository : ${{ inputs.rekor-log-public }}
210210
211211 - name : Upload builder
212- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
212+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
213213 with :
214214 name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215215 path : " ${{ env.BUILDER_BINARY }}"
@@ -228,7 +228,7 @@ jobs:
228228 runs-on : ubuntu-latest
229229 needs : [rng, detect-env, generate-builder]
230230 steps :
231- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
231+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
232232 - name : Checkout builder repository
233233 uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
234234 with :
@@ -306,7 +306,7 @@ jobs:
306306 - id : auth
307307 name : Authenticate to Google Cloud
308308 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
310310 with :
311311 token_format : " access_token"
312312 workload_identity_provider : ${{ inputs.gcp-workload-identity-provider }}
@@ -372,7 +372,7 @@ jobs:
372372 set-executable : true
373373
374374 - name : Checkout the source repository
375- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
375+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
376376 with :
377377 fetch-depth : 1
378378 persist-credentials : false
@@ -462,7 +462,7 @@ jobs:
462462 # TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use a
463463 # secure upload or verify this against the SLSA layout file.
464464 id : upload-artifacts
465- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
465+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
466466 with :
467467 name : ${{ steps.build.outputs.build-outputs-name }}
468468 path : /tmp/build-outputs-${{ needs.rng.outputs.value }}
@@ -535,7 +535,7 @@ jobs:
535535 - name : Upload unsigned intoto attestations file for pull request
536536 if : ${{ github.event_name == 'pull_request' }}
537537 id : upload-unsigned
538- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
538+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
539539 with :
540540 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
541541 path : " attestations-${{ needs.rng.outputs.value }}"
@@ -556,7 +556,7 @@ jobs:
556556 - name : Upload the signed attestations
557557 id : upload-signed
558558 if : ${{ github.event_name != 'pull_request' }}
559- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
559+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
560560 with :
561561 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562562 path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -598,7 +598,7 @@ jobs:
598598 path : " ${{ needs.provenance.outputs.provenance-name }}"
599599
600600 - 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
602602 if : startsWith(github.ref, 'refs/tags/') && inputs.upload-tag-name == ''
603603 id : release-new-tags
604604 with :
@@ -609,7 +609,7 @@ jobs:
609609 draft : ${{ inputs.draft-release }}
610610
611611 - 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
613613 if : inputs.upload-tag-name != ''
614614 with :
615615 prerelease : ${{ inputs.prerelease }}
@@ -633,13 +633,13 @@ jobs:
633633 SLSA_OUTPUTS_NAME : ${{ needs.build.outputs.slsa-outputs-name }}
634634 RNG : ${{ needs.rng.outputs.value }}
635635 steps :
636- - uses : geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0 .0
636+ - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
637637 with :
638638 name : " ${{ env.BUILD_DEFINITION_NAME }}-${{ env.RNG }}"
639639 useGlob : true
640- - uses : geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0 .0
640+ - uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
641641 with :
642642 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
644644 with :
645645 name : " ${{ env.BUILDER_BINARY }}-${{ env.RNG }}"
0 commit comments