We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0d602 commit c325bbdCopy full SHA for c325bbd
.github/workflows/publish.yaml
@@ -132,7 +132,7 @@ jobs:
132
actions: read # To read the workflow path.
133
id-token: write # To sign the provenance.
134
contents: write # To add assets to a release.
135
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
136
with:
137
base64-subjects: "${{ needs.release.outputs.hashes }}"
138
upload-assets: true
0 commit comments