Skip to content

Commit 43fee88

Browse files
authoredFeb 13, 2025··
Update cosign to v2.4.2 (#1303)
Change-Id: I5346ca655388a5c33463ccecc72657b539c83d76 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent 7723829 commit 43fee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:
24-
cosign-release: 'v2.4.1'
24+
cosign-release: 'v2.4.2'
2525
- name: Store Cosign private key in a file
2626
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
2727
shell: bash

0 commit comments

Comments
 (0)
Please sign in to comment.