@@ -228,7 +228,7 @@ jobs:
228228 runs-on : ubuntu-latest
229229 needs : [rng, detect-env, generate-builder]
230230 steps :
231- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
231+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
309+ uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
376376 with :
377377 fetch-depth : 1
378378 persist-credentials : false
@@ -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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
601+ uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
612+ uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
613613 if : inputs.upload-tag-name != ''
614614 with :
615615 prerelease : ${{ inputs.prerelease }}
0 commit comments