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