From 2cb266e399f47f0de130e7ddaea7a39ceacb7ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:33:34 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ddc3752..92898ed2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: install-only: true - name: Install cosign - uses: sigstore/cosign-installer@v2.4.1 + uses: sigstore/cosign-installer@v2.5.0 - name: Install syft uses: anchore/sbom-action/download-syft@v0.11.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 69f2ffe5..52c0f80c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: install-only: true - name: Install cosign - uses: sigstore/cosign-installer@v2.4.1 + uses: sigstore/cosign-installer@v2.5.0 - name: Install syft uses: anchore/sbom-action/download-syft@v0.11.0