@@ -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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
212
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
231
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
375
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
465
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
538
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
559
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
560
560
with :
561
561
name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562
562
path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -584,15 +584,15 @@ jobs:
584
584
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use the SLSA
585
585
# layout files and their checksums to validate the artifacts.
586
586
- name : Download artifacts
587
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
587
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
588
588
with :
589
589
name : " ${{ needs.build.outputs.build-outputs-name }}"
590
590
path : " ${{ needs.build.outputs.build-outputs-name }}"
591
591
592
592
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use the
593
593
# secure-folder-download action.
594
594
- name : Download provenance
595
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
595
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
596
596
with :
597
597
name : " ${{ needs.provenance.outputs.provenance-name }}"
598
598
path : " ${{ needs.provenance.outputs.provenance-name }}"
0 commit comments