mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-26 00:50:48 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c203664563 | ||
|
|
a6f9c9f119 | ||
|
|
cdcde4a098 | ||
|
|
9efac91929 |
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.44.55] - 2024-10-29
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.15.0.
|
||||||
|
|
||||||
|
## [2.44.54] - 2024-10-28
|
||||||
|
|
||||||
|
- Update `cargo-zigbuild@latest` to 0.19.4.
|
||||||
|
|
||||||
## [2.44.53] - 2024-10-27
|
## [2.44.53] - 2024-10-27
|
||||||
|
|
||||||
- Update `release-plz@latest` to 0.3.105.
|
- Update `release-plz@latest` to 0.3.105.
|
||||||
@@ -2988,7 +2996,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.44.53...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.55...HEAD
|
||||||
|
[2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55
|
||||||
|
[2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54
|
||||||
[2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53
|
[2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53
|
||||||
[2.44.52]: https://github.com/taiki-e/install-action/compare/v2.44.51...v2.44.52
|
[2.44.52]: https://github.com/taiki-e/install-action/compare/v2.44.51...v2.44.52
|
||||||
[2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51
|
[2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51
|
||||||
|
|||||||
26
manifests/cargo-zigbuild.json
generated
26
manifests/cargo-zigbuild.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.19.3"
|
"version": "0.19.4"
|
||||||
},
|
},
|
||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.3"
|
"version": "0.19.4"
|
||||||
|
},
|
||||||
|
"0.19.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF74715BF6C29",
|
||||||
|
"checksum": "3fbf6d78dc23d413c3c1196cc790598e6162baaf523f3ceebf565d6ed1738545"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF7472F0600BC",
|
||||||
|
"checksum": "bfc9c836fce7d0f0ca829b63a53f646b6f0ba35e6e0518ebbc18bcb5dee83020"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF74713191958",
|
||||||
|
"checksum": "2f84b923075b0fb62a5069b485c80005888e4ffba7ecf984f327b2d2fc8f3c6f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF7471D5CB591",
|
||||||
|
"checksum": "51b376a3b1a41dc09eeb197c4d25e6fd23e6a440e2a58956a52ecf88c8177679"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCF747939158DE",
|
||||||
|
"checksum": "39d64a306be35497d66325983974db9d16d1dda3de8fd30ba7bf4799ff280fc8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.19.3": {
|
"0.19.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
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.14.2"
|
"version": "1.15.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.14.2"
|
"version": "1.15.0"
|
||||||
|
},
|
||||||
|
"1.15": {
|
||||||
|
"version": "1.15.0"
|
||||||
|
},
|
||||||
|
"1.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCF796174EFD03",
|
||||||
|
"checksum": "bd7215c3e0bfaec1139c3c46908b65ae01bc8d745723a3ce42b9659c2b62e428"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCF79617E5FED9",
|
||||||
|
"checksum": "c6fbbc3ccb4291e3698813fa1862f2ca0a4659573e8228d8932b6a6a8b4bc8f0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCF79617D1CA5B",
|
||||||
|
"checksum": "98dc570512728afb97cb57cb53fc0d5871c16b0b468ecfe3dbe9dff76c7f0d3b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCF796174D9EF9",
|
||||||
|
"checksum": "98fc03dbba3de4f9c4227598c6ac185e7e78704a2638962f3973a6a0aa270208"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCF79617DB8358",
|
||||||
|
"checksum": "e9da47f1b32d6c7609be4f2c02d100489e9ff6123b08b6f8fc83cd8788f4b9da"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.14": {
|
"1.14": {
|
||||||
"version": "1.14.2"
|
"version": "1.14.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user