From 8476cd4675ea8210eadf4a267bbeb13bddea4e75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 08:51:34 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20sigstore/cosign-?= =?UTF-8?q?installer=20(v3.9.1=20=E2=86=92=20v3.9.2)=20(#189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-publish-gh/action.yml | 2 +- docker-publish-hub/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-publish-gh/action.yml b/docker-publish-gh/action.yml index bc1b998..347bed7 100644 --- a/docker-publish-gh/action.yml +++ b/docker-publish-gh/action.yml @@ -141,7 +141,7 @@ runs: - name: Set up Cosign if: inputs.provenance == 'true' - uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1 + uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 - name: Publish Image id: publish diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index eda4b81..9a62917 100644 --- a/docker-publish-hub/action.yml +++ b/docker-publish-hub/action.yml @@ -151,7 +151,7 @@ runs: - name: Set up Cosign if: inputs.provenance == 'true' - uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1 + uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 - name: Update Docker Hub Description if: inputs.repository-description != '' || inputs.readme-file != ''