File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
using : composite
39
39
steps :
40
40
- name : Download artifacts
41
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
41
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
42
42
with :
43
43
name : ${{ inputs.name }}
44
44
path : ${{ inputs.path }}
Original file line number Diff line number Diff line change 43
43
shell : bash
44
44
45
45
- name : Download artifacts
46
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
46
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
47
47
with :
48
48
name : ${{ inputs.artifact_name }}
49
49
path : .
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
# NOTE: provenance fails if we use action pinning... it's a Github limitation
207
207
# because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
208
208
# https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#referencing-the-slsa-generator
209
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
209
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
210
210
with :
211
211
base64-subjects : ${{ needs.build.outputs.attestation_hashes }}
212
212
upload-assets : false # we upload its attestation in create_tag job, otherwise it creates a new release
You can’t perform that action at this time.
0 commit comments