Skip to content

Commit a7dd8b1

Browse files
mtzanidakisclaude
andcommitted
ci: pin sigstore/cosign-installer to v4.1.2
The action does not publish a moving v4 major tag; the workflow failed to resolve sigstore/cosign-installer@v4. Pin to the latest full version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a77932c commit a7dd8b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Install cosign
28-
uses: sigstore/cosign-installer@v4
28+
uses: sigstore/cosign-installer@v4.1.2
2929
with:
3030
cosign-release: 'v3.0.6'
3131

0 commit comments

Comments
 (0)