We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc5a6e commit 44f7369Copy full SHA for 44f7369
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
actions: read # To read the workflow path.
80
id-token: write # To sign the provenance.
81
contents: write # To add assets to a release.
82
- 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
83
with:
84
base64-subjects: "${{ needs.release.outputs.hashes }}"
85
upload-assets: true # upload to a new release
0 commit comments