From 72821670c1de30403ca4b771a84804924db4912b Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:44:37 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20sigstore/cosign-i?= =?UTF-8?q?nstaller=20(=20v3.8.2=20=E2=86=92=20v3.9.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | sigstore/cosign-installer | v3.8.2 | v3.9.0 | --- .github/workflows/chart-release-steps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-release-steps.yaml b/.github/workflows/chart-release-steps.yaml index a633c879..9c0bc3e2 100644 --- a/.github/workflows/chart-release-steps.yaml +++ b/.github/workflows/chart-release-steps.yaml @@ -228,7 +228,7 @@ jobs: # ---------------------------- - name: Install Cosign if: ${{ inputs.publishToOciRegistry }} - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2 + uses: sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0 - name: Push Helm charts to OCI registry if: ${{ inputs.publishToOciRegistry }}