We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c156a commit bbf57baCopy full SHA for bbf57ba
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
actions: read # To read the workflow path.
61
id-token: write # To sign the provenance.
62
contents: write # To add assets to a release.
63
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@68bad40844440577b33778c9f29077a3388838e9 # v1.4.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
64
with:
65
base64-subjects: "${{ needs.release.outputs.hashes }}"
66
upload-assets: true # upload to a new release
0 commit comments