From d97d6ba370190b075937e0beca881edbb02202bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:25:40 +0000 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 2.5.1 to 2.8.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.5.1 to 2.8.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/b3413d484cc23cf8778c3d2aa361568d4eb54679...9becc617647dfa20ae7b1151972e9b3a2c338a2b) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 487324325d..da26f846f1 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -91,7 +91,7 @@ jobs: # Sign images if not a PR. - if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@b3413d484cc23cf8778c3d2aa361568d4eb54679 # v2.5.1 + uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.5.1 with: cosign-release: 'v1.11.1' - if: github.event_name != 'pull_request'