@@ -209,7 +209,7 @@ jobs:
209209 allow-private-repository : ${{ inputs.rekor-log-public }}
210210
211211 - name : Upload builder
212- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
213213 with :
214214 name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
215215 path : " ${{ env.BUILDER_BINARY }}"
@@ -228,7 +228,7 @@ jobs:
228228 runs-on : ubuntu-latest
229229 needs : [rng, detect-env, generate-builder]
230230 steps :
231- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
231+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
232232 - name : Checkout builder repository
233233 uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
234234 with :
@@ -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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
309+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
310310 with :
311311 token_format : " access_token"
312312 workload_identity_provider : ${{ inputs.gcp-workload-identity-provider }}
@@ -372,7 +372,7 @@ jobs:
372372 set-executable : true
373373
374374 - name : Checkout the source repository
375- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
376376 with :
377377 fetch-depth : 1
378378 persist-credentials : false
@@ -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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
465+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
538+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
559+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
587+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
595+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
596596 with :
597597 name : " ${{ needs.provenance.outputs.provenance-name }}"
598598 path : " ${{ needs.provenance.outputs.provenance-name }}"
0 commit comments