We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e059be commit da3a0ddCopy full SHA for da3a0dd
.github/workflows/publish.yaml
@@ -33,7 +33,8 @@ jobs:
33
actions: read
34
id-token: write
35
contents: write
36
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@07e64b653f10a80b6510f4568f685f8b7b9ea830
+ # Can't pin with hash due to how this workflow works.
37
+ uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
38
with:
39
base64-subjects: ${{ needs.build.outputs.hash }}
40
create-release:
0 commit comments