From d95ff2f433aa7eaf7afffb78abfa9e576237df99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 04:56:16 +0000 Subject: [PATCH] ci: bump sigstore/cosign-installer from 3.4.0 to 4.1.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 4.1.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.4.0...v4.1.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b7685f406..87985c496 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -48,7 +48,7 @@ jobs: # Install cosign for container signing - name: Install cosign if: steps.check.outputs.exists == 'true' - uses: sigstore/cosign-installer@v3.4.0 + uses: sigstore/cosign-installer@v4.1.1 with: cosign-release: 'v2.2.3' @@ -171,7 +171,7 @@ jobs: steps: - name: Install cosign - uses: sigstore/cosign-installer@v3.4.0 + uses: sigstore/cosign-installer@v4.1.1 - name: Verify full-node image continue-on-error: true