From 6c6d5553fd9804cd22938cab9ccf4ca13aa24013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:18:09 +0000 Subject: [PATCH] Bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from b18d21aaa20ef40c4e681202a598b7591d5be577 to dbac2a8edec72ca001e3e9f3e53cd0b98f1eb467. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/b18d21aaa20ef40c4e681202a598b7591d5be577...dbac2a8edec72ca001e3e9f3e53cd0b98f1eb467) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: dbac2a8edec72ca001e3e9f3e53cd0b98f1eb467 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-vulnerabilities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-vulnerabilities.yaml b/.github/workflows/check-vulnerabilities.yaml index 8cc106f..45d992d 100644 --- a/.github/workflows/check-vulnerabilities.yaml +++ b/.github/workflows/check-vulnerabilities.yaml @@ -16,7 +16,7 @@ jobs: runs-on: "${{ inputs.runs_on}}" steps: - name: Install Cosign - uses: sigstore/cosign-installer@b18d21aaa20ef40c4e681202a598b7591d5be577 # ratchet:sigstore/cosign-installer@main + uses: sigstore/cosign-installer@dbac2a8edec72ca001e3e9f3e53cd0b98f1eb467 # ratchet:sigstore/cosign-installer@main with: cosign-release: 'v1.13.1' - name: Check install!