Skip to content

Commit 05f3ca8

Browse files
Pin cosign-installer to v2 (#824)
We now have tags available in the cosign-installer, which allows us to pin the latest release via `v2`. Signed-off-by: Sascha Grunert <[email protected]>
1 parent a9b0ef0 commit 05f3ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
GO111MODULE: on
1111
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1212
steps:
13-
- name: Checkout Source
13+
- name: Checkout Source
1414
uses: actions/checkout@v3
1515
- name: Unshallow
1616
run: git fetch --prune --unshallow
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: 1.18
2121
- name: Install Cosign
22-
uses: sigstore/cosign-installer@main
22+
uses: sigstore/cosign-installer@v2
2323
with:
2424
cosign-release: 'v1.6.0'
2525
- name: Store Cosign private key in a file

0 commit comments

Comments
 (0)