Skip to content

Commit

Permalink
Pin cosign-installer to v2
Browse files Browse the repository at this point in the history
We now have tags available in the cosign-installer, which allows us to
pin the latest release via `v2`.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Jun 21, 2022
1 parent a9b0ef0 commit 8e08646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
GO111MODULE: on
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout Source
- name: Checkout Source
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
Expand All @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.18
- name: Install Cosign
uses: sigstore/cosign-installer@main
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.6.0'
- name: Store Cosign private key in a file
Expand Down

0 comments on commit 8e08646

Please sign in to comment.