Skip to content

Commit 3972ba0

Browse files
chore(deps): update sigstore/cosign-installer action to v4
1 parent 3ce774e commit 3972ba0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Even if we're testing we sign the images, so we can push them to production later if that's required
7070
- name: Install cosign
71-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
71+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4
7272
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
7373
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
7474
# how to use cosign.

.github/workflows/update-catalogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
args: generate-catalogs --catalogs-dir artifacts/image-catalogs/ export --path artifacts/image-catalogs-extensions/
4848

4949
- name: Install cosign
50-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
50+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4
5151

5252
- name: Sign catalogs
5353
run: |

0 commit comments

Comments
 (0)