File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 11packages :
22 - name : sethvargo/ratchet@v0.11.4
3+ - name : sethvargo/ratchet
4+ version : v0.9.2
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ packages:
66 description : A tool for securing CI/CD workflows with version pinning
77 version_constraint : " false"
88 version_overrides :
9+ - version_constraint : semver("< 0.10.0")
10+ asset : ratchet_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
11+ format : tar.gz
12+ checksum :
13+ type : github_release
14+ asset : ratchet_{{trimV .Version}}_SHA512SUMS
15+ algorithm : sha512
16+ overrides :
17+ - goos : windows
18+ format : zip
919 - version_constraint : " true"
1020 asset : ratchet_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
1121 format : tar.gz
@@ -16,3 +26,5 @@ packages:
1626 overrides :
1727 - goos : windows
1828 format : zip
29+ github_artifact_attestations :
30+ signer_workflow : sethvargo/ratchet/.github/workflows/release.yml
You can’t perform that action at this time.
0 commit comments