Skip to content

Commit

Permalink
Update cosign installer to fix download error
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Jan 4, 2024
1 parent e6d9279 commit b2b9db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
path: ./quickstart/_dist

- name: Install Cosign
uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 #v3.0.2
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 #v3.3.0

- name: 'Setup buildx'
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
path: ./quickstart/_dist

- name: Install Cosign
uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 #v3.0.2
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 #v3.3.0

- name: 'Docker login'
uses: docker/login-action@v2
Expand Down Expand Up @@ -256,8 +256,8 @@ jobs:
path: ./quickstart/_dist

- name: Install Cosign
uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 #v3.0.2
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 #v3.3.0

- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
Expand Down

0 comments on commit b2b9db2

Please sign in to comment.