@@ -209,7 +209,7 @@ jobs:
209209 allow-private-repository : ${{ inputs.rekor-log-public }}
210210
211211 - name : Upload builder
212- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
212+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
213213 with :
214214 name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215215 path : " ${{ env.BUILDER_BINARY }}"
@@ -462,7 +462,7 @@ jobs:
462462 # TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use a
463463 # secure upload or verify this against the SLSA layout file.
464464 id : upload-artifacts
465- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
465+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
466466 with :
467467 name : ${{ steps.build.outputs.build-outputs-name }}
468468 path : /tmp/build-outputs-${{ needs.rng.outputs.value }}
@@ -535,7 +535,7 @@ jobs:
535535 - name : Upload unsigned intoto attestations file for pull request
536536 if : ${{ github.event_name == 'pull_request' }}
537537 id : upload-unsigned
538- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
538+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
539539 with :
540540 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
541541 path : " attestations-${{ needs.rng.outputs.value }}"
@@ -556,7 +556,7 @@ jobs:
556556 - name : Upload the signed attestations
557557 id : upload-signed
558558 if : ${{ github.event_name != 'pull_request' }}
559- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
559+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
560560 with :
561561 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562562 path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -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@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
601+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.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@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
612+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
613613 if : inputs.upload-tag-name != ''
614614 with :
615615 prerelease : ${{ inputs.prerelease }}
0 commit comments