Skip to content

Commit 199f5f6

Browse files
committed
ci: target SLSA generator by tag rather than commit (should fix release workflow)
1 parent 2146e5b commit 199f5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
actions: read # To read the workflow path.
6262
id-token: write # To sign the provenance.
6363
contents: write # To add assets to a release.
64-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@c747fe7769adf3656dc7d588b161cb614d7abfee # v1.10.0
64+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
6565
with:
6666
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
6767
upload-assets: true # upload to a new release

0 commit comments

Comments
 (0)