@@ -209,7 +209,7 @@ jobs:
209209 allow-private-repository : ${{ inputs.rekor-log-public }}
210210
211211 - name : Upload builder
212- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
212+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
213213 with :
214214 name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215215 path : " ${{ env.BUILDER_BINARY }}"
@@ -306,7 +306,7 @@ jobs:
306306 - id : auth
307307 name : Authenticate to Google Cloud
308308 if : inputs.gcp-workload-identity-provider != ''
309- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
309+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
310310 with :
311311 token_format : " access_token"
312312 workload_identity_provider : ${{ inputs.gcp-workload-identity-provider }}
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
465+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
538+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
559+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
560560 with :
561561 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562562 path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
@@ -584,15 +584,15 @@ jobs:
584584 # TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use the SLSA
585585 # layout files and their checksums to validate the artifacts.
586586 - name : Download artifacts
587- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
587+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
588588 with :
589589 name : " ${{ needs.build.outputs.build-outputs-name }}"
590590 path : " ${{ needs.build.outputs.build-outputs-name }}"
591591
592592 # TODO(https://github.com/slsa-framework/slsa-github-generator/issues/1655): Use the
593593 # secure-folder-download action.
594594 - name : Download provenance
595- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
595+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
596596 with :
597597 name : " ${{ needs.provenance.outputs.provenance-name }}"
598598 path : " ${{ needs.provenance.outputs.provenance-name }}"
0 commit comments