@@ -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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
231
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
309
+ uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
376
376
with :
377
377
fetch-depth : 1
378
378
persist-credentials : false
@@ -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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
601
+ uses : softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
612
+ uses : softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
613
613
if : inputs.upload-tag-name != ''
614
614
with :
615
615
prerelease : ${{ inputs.prerelease }}
0 commit comments