Commit b147599
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments