We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea5e0e commit 1b8dc2bCopy full SHA for 1b8dc2b
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
actions: read # To read the workflow path.
41
id-token: write # To sign the provenance.
42
contents: write # To add assets to a release.
43
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.2
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
44
with:
45
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
46
upload-assets: true # upload to a new release
0 commit comments