@@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
376376 with :
377377 fetch-depth : 1
378378 persist-credentials : false
@@ -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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
596596 with :
597597 name : " ${{ needs.provenance.outputs.provenance-name }}"
598598 path : " ${{ needs.provenance.outputs.provenance-name }}"
0 commit comments