Skip to content

Commit

Permalink
use latest cosign installer
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Nov 21, 2023
1 parent fccae2b commit 5459e97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/basic_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422
with:
cosign-release: 'v1.4.0'
uses: sigstore/cosign-installer@v3

- name: Show cosign version
run: cosign version

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 5459e97

Please sign in to comment.