Skip to content

Commit e6869b8

Browse files
jongioCopilot
andcommitted
fix: correct cosign-installer SHA for v3
The previous SHA was invalid, causing 'action could not be found' error. Using the correct commit SHA for sigstore/cosign-installer v3. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 08eb0c6 commit e6869b8

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
@@ -496,7 +496,7 @@ jobs:
496496
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
497497

498498
- name: Install cosign
499-
uses: sigstore/cosign-installer@3454372be43e8ddeec39df0f73bb47954da3a1f1 # v3
499+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
500500

501501
- name: Install syft
502502
uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0

0 commit comments

Comments
 (0)