@@ -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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
212
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
213
213
with :
214
214
name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215
215
path : " ${{ env.BUILDER_BINARY }}"
@@ -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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
465
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
538
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
559
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
560
560
with :
561
561
name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562
562
path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -584,21 +584,21 @@ 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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
587
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
595
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
596
596
with :
597
597
name : " ${{ needs.provenance.outputs.provenance-name }}"
598
598
path : " ${{ needs.provenance.outputs.provenance-name }}"
599
599
600
600
- name : Upload provenance new tag
601
- uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
601
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
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@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
612
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
613
613
if : inputs.upload-tag-name != ''
614
614
with :
615
615
prerelease : ${{ inputs.prerelease }}
0 commit comments