Skip to content

Commit 32a3576

Browse files
chore(deps): update sigstore/cosign-installer action to v4.1.2 (#438)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigstore/cosign-installer](https://redirect.github.com/sigstore/cosign-installer) | action | patch | `v4.1.1` → `v4.1.2` | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adeb546 commit 32a3576

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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
57+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
126+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
55+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5656

5757
- name: Sign catalogs
5858
run: |

0 commit comments

Comments
 (0)