We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0484754 commit 0c83508Copy full SHA for 0c83508
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
actions: read # To read the workflow path.
76
id-token: write # To sign the provenance.
77
contents: write # To add assets to a release.
78
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.6.0
79
with:
80
base64-subjects: "${{ needs.release.outputs.hash }}"
81
provenance-name: "${{ needs.release.outputs.artifact_name }}.jar.intoto.jsonl"
0 commit comments