Skip to content

Commit

Permalink
ci: update dependency cosign to v1.12.1 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot committed Sep 25, 2022
1 parent 0555447 commit 01d7cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: sigstore/cosign-installer@v2.6.0
if: steps.release.outputs.new_release_published == 'true'
with:
cosign-release: v1.12.0 # renovate: cosign
cosign-release: v1.12.1 # renovate: cosign

- name: Sign
run: cosign sign ghcr.io/${{ github.repository_owner }}/pytest@${{ steps.build-push.outputs.digest }}
Expand Down

0 comments on commit 01d7cd3

Please sign in to comment.