Skip to content

Commit

Permalink
Merge pull request #56 from PiwikPRO/PPONP-1178-cosign-2-2-0
Browse files Browse the repository at this point in the history
PPONP-1178 Bump cosign to v2.2.0
  • Loading branch information
mmieszczak authored Oct 9, 2023
2 parents aaded90 + 451cc65 commit 85b5360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cosign/download/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ inputs:
version:
required: false
description: "Specific release id, selected from https://github.com/sigstore/cosign/releases"
default: "80120049" # v1.13.1
# Find ID by tag:
# curl https://api.github.com/repos/sigstore/cosign/releases | jq '.[] | select(.tag_name == "v2.2.0").id'
default: "119502144" # v2.2.0
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 85b5360

Please sign in to comment.