Skip to content

Commit 656d243

Browse files
peczenyjclaude
andcommitted
fix(ci): correct cosign-installer pinned commit SHA
The v3.5.0 pin pointed at 59acb623... which does not exist in sigstore/cosign-installer, so the release workflow failed at job setup (first triggered for v0.7.0, since the Cosign step was added after v0.6.1 in #84). Repin to the real v3.5.0 commit 59acb6260d9c. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 242a4c9 commit 656d243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: stable
3030
- name: Install Cosign
31-
uses: sigstore/cosign-installer@59acb623e2b6991341b1d1e8a7001d2d622ca219 # v3.5.0
31+
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
3232
- name: Run GoReleaser
3333
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
3434
with:

0 commit comments

Comments
 (0)