Skip to content

Commit b147599

Browse files
committed
fix(ci): pin cosign-installer to a tag that exists
The helm chart publish failed on v0.2.2 with "Unable to resolve action sigstore/cosign-installer@v4". Bumping it to a floating major was my mistake: that project publishes v4 only as exact releases, and its newest moving major tag is still v3, so v4 resolves to nothing. Pinned to v4.1.2, the current release. This one needs a deliberate bump rather than following a moving tag, because upstream does not offer one. The binary release itself succeeded; only the chart publish failed, and it can be re-run by dispatch once this lands.
1 parent dded8a2 commit b147599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "digest=${digest}" >> "$GITHUB_OUTPUT"
6565
6666
- name: Install cosign
67-
uses: sigstore/cosign-installer@v4
67+
uses: sigstore/cosign-installer@v4.1.2
6868

6969
- name: Log in to GHCR (cosign)
7070
run: |

0 commit comments

Comments
 (0)