Skip to content

Commit b2b9db2

Browse files
committed
Update cosign installer to fix download error
1 parent e6d9279 commit b2b9db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: ./quickstart/_dist
6969

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

7373
- name: 'Setup buildx'
7474
uses: docker/setup-buildx-action@v2
@@ -216,7 +216,7 @@ jobs:
216216
path: ./quickstart/_dist
217217

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

221221
- name: 'Docker login'
222222
uses: docker/login-action@v2
@@ -256,8 +256,8 @@ jobs:
256256
path: ./quickstart/_dist
257257

258258
- name: Install Cosign
259-
uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 #v3.0.2
260-
259+
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 #v3.3.0
260+
261261
- id: 'auth'
262262
uses: 'google-github-actions/auth@v1'
263263
with:

0 commit comments

Comments
 (0)