Skip to content

Commit 4a91b9c

Browse files
chore(deps): update sigstore/cosign-installer action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 500a08d commit 4a91b9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/copy-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
done
5555
5656
- name: Install cosign
57-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
57+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
5858

5959
- name: Sign images
6060
shell: bash

.github/workflows/bake_targets.yml

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

.github/workflows/catalogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
yq -i '.metadata.name = "postgresql"' postgres-containers/Debian/ClusterImageCatalog-bookworm.yaml
5353
5454
- name: Install cosign
55-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
55+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
5656

5757
- name: Sign catalogs
5858
run: |

0 commit comments

Comments
 (0)