Compare commits

...

20 Commits

Author SHA1 Message Date
Taiki Endo
2f4c386a81 Release 2.24.2 2024-01-09 10:29:17 +09:00
Taiki Endo
a511d919a4 Tweak readme 2024-01-09 10:29:02 +09:00
Taiki Endo
1524d6c531 Update just@latest to 1.22.1 2024-01-09 09:51:02 +09:00
Taiki Endo
e29c07de36 Update biome@latest to 1.5.0 2024-01-09 03:10:23 +09:00
Taiki Endo
da1493208a Release 2.24.1 2024-01-08 03:15:57 +09:00
Taiki Endo
a5be44366e Update cargo-careful@latest to 0.4.1 2024-01-08 03:10:55 +09:00
Taiki Endo
f34807f132 Release 2.24.0 2024-01-07 15:45:29 +09:00
Taiki Endo
9e575ebcb2 Apply missing_debug_implementations lint at workspace level 2024-01-07 15:42:20 +09:00
Taiki Endo
d7f4e30ed1 Update cargo-binstall@latest to 1.5.0 2024-01-07 15:08:11 +09:00
Taiki Endo
c63cad0540 Release 2.23.9 2024-01-06 11:21:14 +09:00
Taiki Endo
2f78626307 Update syft@latest to 0.100.0 2024-01-06 09:21:50 +09:00
Taiki Endo
115b656342 Release 2.23.8 2024-01-05 12:07:16 +09:00
Taiki Endo
280f69ff01 Update just@latest to 1.22.0 2024-01-05 09:21:49 +09:00
Taiki Endo
56ab7930c5 Release 2.23.7 2023-12-30 10:15:28 +09:00
Taiki Endo
05362757df Update just@latest to 1.21.0 2023-12-30 09:21:13 +09:00
Taiki Endo
fea51d0937 Release 2.23.6 2023-12-29 15:13:34 +09:00
Taiki Endo
d9c0950c1d Update just@latest to 1.20.0 2023-12-29 15:09:52 +09:00
Taiki Endo
6113acd188 Update cargo-udeps@latest to 0.1.45 2023-12-29 15:09:52 +09:00
Taiki Endo
181b17afd1 Release 2.23.5 2023-12-28 21:16:34 +09:00
Taiki Endo
7cf4e2dacd Update cargo-llvm-cov@latest to 0.6.0 2023-12-28 21:09:34 +09:00
10 changed files with 236 additions and 20 deletions

View File

@@ -10,6 +10,42 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.24.2] - 2024-01-09
- Update `just@latest` to 1.22.1.
- Update `biome@latest` to 1.5.0.
## [2.24.1] - 2024-01-07
- Update `cargo-careful@latest` to 0.4.1.
## [2.24.0] - 2024-01-07
- Update `cargo-binstall@latest` to 1.5.0.
## [2.23.9] - 2024-01-06
- Update `syft@latest` to 0.100.0.
## [2.23.8] - 2024-01-05
- Update `just@latest` to 1.22.0.
## [2.23.7] - 2023-12-30
- Update `just@latest` to 1.21.0.
## [2.23.6] - 2023-12-29
- Update `just@latest` to 1.20.0.
- Update `cargo-udeps@latest` to 0.1.45.
## [2.23.5] - 2023-12-28
- Update `cargo-llvm-cov@latest` to 0.6.0.
## [2.23.4] - 2023-12-28
- Update `just@latest` to 1.19.0.
@@ -1561,7 +1597,15 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.23.4...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.24.2...HEAD
[2.24.2]: https://github.com/taiki-e/install-action/compare/v2.24.1...v2.24.2
[2.24.1]: https://github.com/taiki-e/install-action/compare/v2.24.0...v2.24.1
[2.24.0]: https://github.com/taiki-e/install-action/compare/v2.23.9...v2.24.0
[2.23.9]: https://github.com/taiki-e/install-action/compare/v2.23.8...v2.23.9
[2.23.8]: https://github.com/taiki-e/install-action/compare/v2.23.7...v2.23.8
[2.23.7]: https://github.com/taiki-e/install-action/compare/v2.23.6...v2.23.7
[2.23.6]: https://github.com/taiki-e/install-action/compare/v2.23.5...v2.23.6
[2.23.5]: https://github.com/taiki-e/install-action/compare/v2.23.4...v2.23.5
[2.23.4]: https://github.com/taiki-e/install-action/compare/v2.23.3...v2.23.4
[2.23.3]: https://github.com/taiki-e/install-action/compare/v2.23.2...v2.23.3
[2.23.2]: https://github.com/taiki-e/install-action/compare/v2.23.1...v2.23.2

View File

@@ -7,6 +7,7 @@ members = ["tools/codegen"]
[workspace.lints.rust]
improper_ctypes = "warn"
improper_ctypes_definitions = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"

View File

@@ -1,7 +1,7 @@
# install-action
[![release](https://img.shields.io/github/release/taiki-e/install-action?style=flat-square&logo=github)](https://github.com/taiki-e/install-action/releases/latest)
[![build status](https://img.shields.io/github/actions/workflow/status/taiki-e/install-action/ci.yml?branch=main&style=flat-square&logo=github)](https://github.com/taiki-e/install-action/actions)
[![github actions](https://img.shields.io/github/actions/workflow/status/taiki-e/install-action/ci.yml?branch=main&style=flat-square&logo=github)](https://github.com/taiki-e/install-action/actions)
GitHub Action for installing development tools (mainly from GitHub Releases).

27
manifests/biome.json generated
View File

@@ -27,10 +27,33 @@
}
},
"latest": {
"version": "1.4.1"
"version": "1.5.0"
},
"1": {
"version": "1.4.1"
"version": "1.5.0"
},
"1.5": {
"version": "1.5.0"
},
"1.5.0": {
"x86_64_linux_gnu": {
"checksum": "a65243093d0a0b0e27e8cc6e6f2ae8e9b9318f35cdbec6ffeee3d611cc498262"
},
"x86_64_macos": {
"checksum": "c82f7f76379f1e8a3750370a4ca0b9295aa64c12a5d76ce88bef7b687fe823b2"
},
"x86_64_windows": {
"checksum": "d475f4267e5247e32f3d412367a8916d2b21fc0eab058cf5e60cef040934ac33"
},
"aarch64_linux_gnu": {
"checksum": "45f9d6eb7ca363328f3cf34d65b63510f1297819707018be91a65538f55c0822"
},
"aarch64_macos": {
"checksum": "2176799b0ef60820374e180cbf6d3b14aac9fc49080329e49abbb78d37bfdcfa"
},
"aarch64_windows": {
"checksum": "b1fefa6fe489ca50bed539931b71c208198e38793097957549474c961c110300"
}
},
"1.4": {
"version": "1.4.1"

View File

@@ -21,26 +21,26 @@
}
},
"latest": {
"version": "1.4.9"
"version": "1.5.0"
},
"1.4.9": {
"1.5.0": {
"x86_64_linux_musl": {
"checksum": "2e05abcc3a9a26d2bf130462a4d0b555faf99aca3331307bfa6071f0065a9cfd"
"checksum": "a1c4c2f1bce6ba39d39c5e60e8ec92c4bc501fa04eecfdb8488b4752a9a1d739"
},
"x86_64_macos": {
"checksum": "97ace73eb4da7f77423d700714162f3d0575c8fdd4779f1c08cc01197c294e06"
"checksum": "e3fe34a23505c07fd8f82d44cc6dbfdd6e179c5130b73e68f7eead83914df636"
},
"x86_64_windows": {
"checksum": "a057bd0bcb98819e651fe47a3d6ff60cbf1d18bbf186a0145858120c52daade8"
"checksum": "0b9594380a217ba83e6df52ec1339707e7c6aaf520a554a714d708e4fb5fe9e9"
},
"aarch64_linux_musl": {
"checksum": "d65dba6b8e8842d400ae7238c98032c908e16602cd732b00c834339a0849c0bb"
"checksum": "970c3cf7c73b2e4cf87f3ab0211e78a87a24c954f905ab1503863b7a69883b27"
},
"aarch64_macos": {
"checksum": "f3f4973759bdc7290304051851ec26ac7b3db770598ca32f67a2b90afe66af78"
"checksum": "e783362568f75261535925493a99fd17107c67b5eab633f42d5670abfe1ee0de"
},
"aarch64_windows": {
"checksum": "72d621edf5336d9e93e360e8cad3bf74d6be60b86c30b98f8ebbd356c562d48f"
"checksum": "e8afd48113a92c92ac463a8b1feb4f5564d195bc29c8fb945a34b39f4245fb27"
}
}
}

View File

@@ -12,10 +12,21 @@
}
},
"latest": {
"version": "0.4.0"
"version": "0.4.1"
},
"0.4": {
"version": "0.4.0"
"version": "0.4.1"
},
"0.4.1": {
"x86_64_linux_musl": {
"checksum": "ea403df41ca913e536f97b8a039343173abae399436570a16d271908af989808"
},
"x86_64_macos": {
"checksum": "ccbee4b5a0f5bf235c038b89d6046c08b2bff405ffa7289f4194f5402ea96c15"
},
"x86_64_windows": {
"checksum": "655ac5c504b2f54f11807edc6d9a19cea668bfb119ea086c5848504f7d09071c"
}
},
"0.4.0": {
"x86_64_linux_musl": {

View File

@@ -18,7 +18,27 @@
}
},
"latest": {
"version": "0.5.39"
"version": "0.6.0"
},
"0.6": {
"version": "0.6.0"
},
"0.6.0": {
"x86_64_linux_musl": {
"checksum": "2f07927e63bebd70bd13a72299e1a1293ef93c783996297bcd7133ddb86a4232"
},
"x86_64_macos": {
"checksum": "c1e4dfa1e7b7429fc56a6d477457572067988f9554a54371eeeb232416cb6197"
},
"x86_64_windows": {
"checksum": "321d3e0bd365f61547b78335a71e99f746c2a8f3f8a0d99a70d2b0f55e443b50"
},
"aarch64_linux_musl": {
"checksum": "ec301c6005501939233342e01789271ee796b2582ca1260f7b016f142bad530f"
},
"aarch64_macos": {
"checksum": "b3117e7b000ffa41a0261b93b9f80b93f1f7f30b06f782600e97ca58d42683cf"
}
},
"0.5": {
"version": "0.5.39"

View File

@@ -31,10 +31,30 @@
}
},
"latest": {
"version": "0.1.43"
"version": "0.1.45"
},
"0.1": {
"version": "0.1.43"
"version": "0.1.45"
},
"0.1.45": {
"x86_64_linux_musl": {
"checksum": "0cd882efe77d32cf41c688231ce5be875f213aa8fd5bcdb663edbe64055b6913"
},
"x86_64_macos": {
"checksum": "fe09b1baf8323c575e82aa7a9c2b87ea0bebaee985bdf9672a56443d09364607"
},
"x86_64_windows": {
"checksum": "99f80ba7a33f105c759c896ea8388efe4f3c224922db7e417352b29a7ef7541f"
},
"aarch64_linux_musl": {
"checksum": "0472186612177ea8b1045689299bbaa363eee4a8af23f4354bb0a30f2f82098f"
},
"aarch64_macos": {
"checksum": "a1f9c85c783f664a613cb5d256330f026febbaadd4239419594152157b6f9d53"
},
"aarch64_windows": {
"checksum": "736de3b69340c4cf1e3d350047500dfeb39843cd664fb82065d7a2dcea8401e7"
}
},
"0.1.43": {
"x86_64_linux_musl": {

81
manifests/just.json generated
View File

@@ -18,10 +18,87 @@
}
},
"latest": {
"version": "1.19.0"
"version": "1.22.1"
},
"1": {
"version": "1.19.0"
"version": "1.22.1"
},
"1.22": {
"version": "1.22.1"
},
"1.22.1": {
"x86_64_linux_musl": {
"checksum": "0453edb7fcd7314f54c06ad332cd2a2c6196c9652e856919ff4c3fe6bef931c5"
},
"x86_64_macos": {
"checksum": "b6d2ea6086938f2e08d3163a2038fdc31a5e9cc7065079134ef47e53d37d5a95"
},
"x86_64_windows": {
"checksum": "5e98f799c3f11bd1cecdbfcfbdd2cf565aa8e8a04a5e98581d9e0c0ed557c398"
},
"aarch64_linux_musl": {
"checksum": "19ee9561c00a1e9292be60edc5b99495a8284bc70f73f94b3e0552ce4016a999"
},
"aarch64_macos": {
"checksum": "09b4a2585a00e63d22e86b4f1104e229ac47f0bacaa78fb64cbaf08765c28cf8"
}
},
"1.22.0": {
"x86_64_linux_musl": {
"checksum": "01331c3c9c190af5686384d8775fc1bf483c0e4699f84f728fbdfc28c660e2ef"
},
"x86_64_macos": {
"checksum": "29524fcb347dac2832a18fe4ec229e1bc82d66b403efdaa2a334d2aef7992ee4"
},
"x86_64_windows": {
"checksum": "464f8232f3c9bcf09799ad8af5b4817b2c9192da6407f2348b60b76c660b08d8"
},
"aarch64_linux_musl": {
"checksum": "5a281fa22e8d7107f2d299dd7662cfce48b85c3aba1b5206676e81da8c3c4bc1"
},
"aarch64_macos": {
"checksum": "218bf5f27443e8b484c29a4d55f5ab7f7ecb15af95d32d63d231d71e73309d9c"
}
},
"1.21": {
"version": "1.21.0"
},
"1.21.0": {
"x86_64_linux_musl": {
"checksum": "3292fd257f2e2dfd4cb0d5650aa5e47d2c99cee1233446378eb45a7b045f3b30"
},
"x86_64_macos": {
"checksum": "f547f5d256782b946b22fa73e0d7fdd4e7d733c637480d4c4d6fd2feca046a59"
},
"x86_64_windows": {
"checksum": "54fc05c55b84ea1a7a80acf8450d13ba06472ecdd4ca341817ba45a6780c8f4a"
},
"aarch64_linux_musl": {
"checksum": "2224bd7232f86db42a41411493c7806ae5938ad5ef3cfd37af064ed90d6688d2"
},
"aarch64_macos": {
"checksum": "adab0bb1707df8d4995c103a87451e00b37936550fbf1586f00a38328eb6ef48"
}
},
"1.20": {
"version": "1.20.0"
},
"1.20.0": {
"x86_64_linux_musl": {
"checksum": "fa0eb3681050021ea33df7e6c1159fd3029253193d339c8011dd88fcba833ced"
},
"x86_64_macos": {
"checksum": "ac23f84aa7fb77b46fc37088f843289d42ae9e96bd4a8f9e728e23d35a3d7ef1"
},
"x86_64_windows": {
"checksum": "a2a179c32ee8112df66b9adf792deb83c76c6449dddd26ca9ca7a19c3dddd361"
},
"aarch64_linux_musl": {
"checksum": "acb16bd3f2fe508d18997216a7c26f292f4cd1dad379368b978c8795dcff7c2b"
},
"aarch64_macos": {
"checksum": "be998cf887c717730ffd5963cb027d63c39956bf0a1d4674aa95d4f3b8109cea"
}
},
"1.19": {
"version": "1.19.0"

22
manifests/syft.json generated
View File

@@ -23,7 +23,27 @@
}
},
"latest": {
"version": "0.99.0"
"version": "0.100.0"
},
"0.100": {
"version": "0.100.0"
},
"0.100.0": {
"x86_64_linux_musl": {
"checksum": "0b9db5e79568dfe846abec744ff3f3e4d6aeef1a2e8c84a5cfe355c4d05e2b4a"
},
"x86_64_macos": {
"checksum": "2a8ae723034874fb2a45cc9b8b3fc371d60d7ef1aeefdce28c4b22856595b7c9"
},
"x86_64_windows": {
"checksum": "4490bf39e4432823a54166b6245f4255030d193eb05230c166f8589d48a736ca"
},
"aarch64_linux_musl": {
"checksum": "697d039c6d31d551d77472c498370605b2b666c3cfdfc8f961d448de3039bef7"
},
"aarch64_macos": {
"checksum": "67cac58c26f9b701583feca5d9a2b0f07d5dee73465f7610f7ccad02aa924feb"
}
},
"0.99": {
"version": "0.99.0"