From 91d4c3877ca61595f4e1f6a5cfa5dbf4dcc0e596 Mon Sep 17 00:00:00 2001 From: Eino Rauhala <60004820+EinoHR@users.noreply.github.com> Date: Sat, 22 Apr 2023 18:22:44 +0300 Subject: [PATCH] fix: update cosign installer version (#32) i hear there's problems with 3.0.1 that are fixed in 3.0.2 that can affect people using this repository as a template --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 094a1e2f5b..f981ffa6e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,7 +156,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Sign container - - uses: sigstore/cosign-installer@v3.0.1 + - uses: sigstore/cosign-installer@v3.0.2 if: github.event_name != 'pull_request' - name: Sign container image