File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 # NOTE: provenance fails if we use action pinning... it's a Github limitation
202202 # because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
203203 # https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#referencing-the-slsa-generator
204- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
204+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
205205 with :
206206 base64-subjects : ${{ needs.build.outputs.attestation_hashes }}
207207 upload-assets : false # we upload its attestation in create_tag job, otherwise it creates a new release
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 # NOTE: provenance fails if we use action pinning... it's a Github limitation
211211 # because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
212212 # https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#referencing-the-slsa-generator
213- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
213+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
214214 with :
215215 base64-subjects : ${{ needs.build.outputs.attestation_hashes }}
216216 upload-assets : false # we upload its attestation in create_tag job, otherwise it creates a new release
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 # NOTE: provenance fails if we use action pinning... it's a Github limitation
207207 # because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
208208 # 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@v2.0 .0
209+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
210210 with :
211211 base64-subjects : ${{ needs.build.outputs.attestation_hashes }}
212212 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