mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 09:30:29 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81c3f5144a | ||
|
|
815fc6063d | ||
|
|
d852c47bbb | ||
|
|
4eeb7ca4c4 |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.42.13] - 2024-07-31
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.33.0.
|
||||||
|
|
||||||
|
## [2.42.12] - 2024-07-31
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.10.0.
|
||||||
|
|
||||||
## [2.42.11] - 2024-07-30
|
## [2.42.11] - 2024-07-30
|
||||||
|
|
||||||
- Update `jaq@latest` to 1.6.0.
|
- Update `jaq@latest` to 1.6.0.
|
||||||
@@ -2538,7 +2546,9 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.11...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.13...HEAD
|
||||||
|
[2.42.13]: https://github.com/taiki-e/install-action/compare/v2.42.12...v2.42.13
|
||||||
|
[2.42.12]: https://github.com/taiki-e/install-action/compare/v2.42.11...v2.42.12
|
||||||
[2.42.11]: https://github.com/taiki-e/install-action/compare/v2.42.10...v2.42.11
|
[2.42.11]: https://github.com/taiki-e/install-action/compare/v2.42.10...v2.42.11
|
||||||
[2.42.10]: https://github.com/taiki-e/install-action/compare/v2.42.9...v2.42.10
|
[2.42.10]: https://github.com/taiki-e/install-action/compare/v2.42.9...v2.42.10
|
||||||
[2.42.9]: https://github.com/taiki-e/install-action/compare/v2.42.8...v2.42.9
|
[2.42.9]: https://github.com/taiki-e/install-action/compare/v2.42.8...v2.42.9
|
||||||
|
|||||||
29
manifests/just.json
generated
29
manifests/just.json
generated
@@ -19,10 +19,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.32.0"
|
"version": "1.33.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.32.0"
|
"version": "1.33.0"
|
||||||
|
},
|
||||||
|
"1.33": {
|
||||||
|
"version": "1.33.0"
|
||||||
|
},
|
||||||
|
"1.33.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCB104CB15E057",
|
||||||
|
"checksum": "7e6480ee1c1b1c906f7f1933cc1a1b9f281812341f997b78dcd166430f5ea500"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCB104BCC8E392",
|
||||||
|
"checksum": "6a47509447bfce51860532fed0386d7194dcd1b632293005e7f0188b79a6cd82"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCB105165BF45E",
|
||||||
|
"checksum": "7c07de1d110698933bd2530dde5d2453cd0c15ebbbc7cc47755dd872869bcc9f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCB104D96EB679",
|
||||||
|
"checksum": "222eac28769adc65ea2cff037d0531bef12ddda8d2fa2cc06b564c962ab62875"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCB104BB5C9530",
|
||||||
|
"checksum": "379db9caf697231b60b04ab2cc1f8f49c1e16597028cbd98c143b720fd0e4a89"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.32": {
|
"1.32": {
|
||||||
"version": "1.32.0"
|
"version": "1.32.0"
|
||||||
|
|||||||
29
manifests/syft.json
generated
29
manifests/syft.json
generated
@@ -24,10 +24,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.9.0"
|
"version": "1.10.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.9.0"
|
"version": "1.10.0"
|
||||||
|
},
|
||||||
|
"1.10": {
|
||||||
|
"version": "1.10.0"
|
||||||
|
},
|
||||||
|
"1.10.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCB0B38880BCEF",
|
||||||
|
"checksum": "f2a75245ccd915e965cecf0cfc25a50e61ac5ca5cbb1f92e67252ac6502d3c76"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCB0B389390472",
|
||||||
|
"checksum": "92992f8c758807f175d2c0ca09152b18108aa4b342a87f979d389f349ed1d818"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCB0B38947E7D0",
|
||||||
|
"checksum": "eeaf9fe769b26dab0efe5a7d265a573f1b91df1a4f6f1d1539f1495b67e76e54"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCB0B388832B32",
|
||||||
|
"checksum": "b940f3f5468259bba519f0aa098ad707397cea1399bb050fc2273a09a41d1716"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCB0B38936BD11",
|
||||||
|
"checksum": "c72924ffa02e954af495182dec35305400994f158c56a0095f54c51f14948e95"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.9": {
|
"1.9": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user