Skip to content

Commit da3a0dd

Browse files
committed
fix slsa generator version
1 parent 5e059be commit da3a0dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
actions: read
3434
id-token: write
3535
contents: write
36-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@07e64b653f10a80b6510f4568f685f8b7b9ea830
36+
# Can't pin with hash due to how this workflow works.
37+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
3738
with:
3839
base64-subjects: ${{ needs.build.outputs.hash }}
3940
create-release:

0 commit comments

Comments
 (0)