Skip to content

Commit

Permalink
187045425 install cosign tool 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosMC91 committed Feb 20, 2024
2 parents b6be7cd + 187bcb7 commit 6e18297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.3'

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit 6e18297

Please sign in to comment.