@@ -209,7 +209,7 @@ jobs:
209209 allow-private-repository : ${{ inputs.rekor-log-public }}
210210
211211 - name : Upload builder
212- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
212+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
231+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
232232 - name : Checkout builder repository
233233 uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
234234 with :
@@ -372,7 +372,7 @@ jobs:
372372 set-executable : true
373373
374374 - name : Checkout the source repository
375- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
375+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
465+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
538+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
559+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
560560 with :
561561 name : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
562562 path : " ${{ env.OUTPUT_FOLDER }}-${{ needs.rng.outputs.value }}"
0 commit comments