Skip to content

Commit

Permalink
Fix cosign-installer version across whole release pipeline (#1365)
Browse files Browse the repository at this point in the history
Follow up to #1362

Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev authored Dec 21, 2023
1 parent fa76ea8 commit de950f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Install cosign
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # renovate: tag=v2.7.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # renovate: tag=v3.3.0
with:
cosign-release: 'v1.12.1'

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
[ "x${{steps.provenance-step.outcome}}" == "xfailure" ] && echo ":x: Uploading provenance for release failed, make sure to delete all the previous releases in GitHub web api before releasing." > "$GITHUB_STEP_SUMMARY" || true
- name: Install cosign
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # renovate: tag=v2.7.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # renovate: tag=v3.3.0
with:
cosign-release: 'v1.12.1'

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Install cosign
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # renovate: tag=v2.7.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # renovate: tag=v3.3.0
with:
cosign-release: 'v1.12.1'

Expand Down

0 comments on commit de950f2

Please sign in to comment.