We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e31723 commit 2324e0bCopy full SHA for 2324e0b
1 file changed
.github/workflows/release.yaml
@@ -175,7 +175,7 @@ jobs:
175
# https://github.com/slsa-framework/slsa-github-generator/issues/942
176
provenance:
177
needs: [build, release]
178
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
179
with:
180
base64-subjects: ${{ needs.build.outputs.artifacts-sha256 }}
181
compile-generator: false # Do not build the provenance generator from source anymore.
0 commit comments