Skip to content

Commit c325bbd

Browse files
committed
fix(ci) slsa generator with tag instead of sha
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent 8c0d602 commit c325bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
actions: read # To read the workflow path.
133133
id-token: write # To sign the provenance.
134134
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
135+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
136136
with:
137137
base64-subjects: "${{ needs.release.outputs.hashes }}"
138138
upload-assets: true

0 commit comments

Comments
 (0)