From aa602e4f91e308423bb1e5d9bcd8302cb1cdc97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:11:28 +0000 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.5.0...v3.6.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/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 53585ad..dbd3ef7 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -86,7 +86,7 @@ jobs: cache-to: type=gha,mode=max provenance: false - - uses: sigstore/cosign-installer@v3.5.0 + - uses: sigstore/cosign-installer@v3.6.0 - name: Sign container image if: github.repository == 'kbdharun/dev-image' && github.ref == 'refs/heads/main' run: |