From 368a00e9bea62474b9f56d95e91ae1b7fbf4578e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:36:05 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20sigstore/cosign-?= =?UTF-8?q?installer=20(v3.8.0=20=E2=86=92=20v3.8.1)=20(#87)?= 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 0dc22ee..c806fb3 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@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0 + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 - name: Publish Image id: publish diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index 4165ef8..e535683 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@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0 + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 - name: Update Docker Hub Description if: inputs.repository-description != '' || inputs.readme-file != ''