Skip to content

Commit fee9825

Browse files
committed
fix(ci): use SLSA builder tag reference instead of pinned SHA
Using the mutable @v2.0.0 tag instead of the pinned SHA, as this was working for v0.17.0 release. The pinned SHA might resolve differently than expected.
1 parent 639be5c commit fee9825

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)