Skip to content

Commit b9e6c14

Browse files
authored
fix(ci): use SLSA builder tag reference (#429)
## Summary - Using the mutable @v2.0.0 tag instead of the pinned SHA - This was working for v0.17.0 release - The pinned SHA might not be resolving correctly ## Test plan - Verify the release workflow completes successfully
2 parents 639be5c + fee9825 commit b9e6c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-slsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write
4343
contents: write
4444
actions: read
45-
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0
45+
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.0.0
4646
with:
4747
go-version-file: go.mod
4848
config-file: .slsa-goreleaser/${{ matrix.target }}.yml

0 commit comments

Comments
 (0)