Skip to content

Commit b7dabab

Browse files
committed
chore(deps): update sigstore/cosign-installer action to v3.6.0
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | sigstore/cosign-installer | v3.5.0 | v3.6.0 |
1 parent d128021 commit b7dabab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
# default value in the makefile if called from this action, but not otherwise (i.e. when called locally).
352352
# This is needed for the HELM_REPO variable.
353353
- name: Install cosign
354-
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
354+
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
355355
- name: Install syft
356356
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
357357
- name: Build Docker image and Helm chart
@@ -396,7 +396,7 @@ jobs:
396396
OCI_REGISTRY_SDP_CHARTS_USERNAME: "robot$sdp-charts+github-action-build"
397397
steps:
398398
- name: Install cosign
399-
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
399+
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
400400
- name: Checkout
401401
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
402402
with:

0 commit comments

Comments
 (0)