From f034eb7c27aa4c6b015b48c88f6a283f29c5dad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:28:37 +0000 Subject: [PATCH] ci(deps): bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 053f9b74638557590800a301da1ba82351507e2c to d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/053f9b74638557590800a301da1ba82351507e2c...053f9b74638557590800a301da1ba82351507e2c) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 053f9b74638557590800a301da1ba82351507e2c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a53c027b..01d84ca4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -622,7 +622,7 @@ jobs: - name: "🔏 Install Cosign Tool" if: steps.variant-filter.outputs.skip != 'true' && steps.build.conclusion == 'success' - uses: sigstore/cosign-installer@053f9b74638557590800a301da1ba82351507e2c # v3.8.1 + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 - name: "🖊️ Sign the Docker Image" if: steps.variant-filter.outputs.skip != 'true' && steps.build.conclusion == 'success'