From b62daa69d3f7302a472056c1e69bc09979b4ecbd Mon Sep 17 00:00:00 2001 From: Anish Reddy Ravula <2anishreddy@gmail.com> Date: Thu, 2 Nov 2023 21:24:10 -0400 Subject: [PATCH] using the version explicitly to eliminate the version validation error Error without fix: Unable to validate cosign version: 'v2.0.2' --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41378b95..12368e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,9 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 + uses: sigstore/cosign-installer@main + with: + cosign-release: 'v2.0.2' # optional - name: Set up Docker Buildx uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c