Skip to content

Commit 0d98740

Browse files
chore(deps): update sigstore/cosign-installer action to v3.9.1 (#394)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | sigstore/cosign-installer | v3.6.0 | v3.9.1 |
1 parent 4937f67 commit 0d98740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
go-version: ${{ env.GO_VERSION }}
107107

108108
- name: Install cosign
109-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
109+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
110110

111111
- name: Install syft
112112
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
@@ -149,7 +149,7 @@ jobs:
149149
OCI_REGISTRY_SDP_CHARTS_USERNAME: "robot$sdp-charts+github-action-build"
150150
steps:
151151
- name: Install cosign
152-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
152+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
153153
- name: Checkout
154154
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
155155
with:

0 commit comments

Comments
 (0)