@@ -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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
231
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
232
232
- name : Checkout builder repository
233
233
uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
234
234
with :
@@ -372,7 +372,7 @@ jobs:
372
372
set-executable : true
373
373
374
374
- name : Checkout the source repository
375
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
375
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
601
+ uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
612
+ uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
613
613
if : inputs.upload-tag-name != ''
614
614
with :
615
615
prerelease : ${{ inputs.prerelease }}
0 commit comments