mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 01:20:23 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ed9916b54 | ||
|
|
2e4f8e70f5 | ||
|
|
bd4f144206 | ||
|
|
fa97effe86 | ||
|
|
6fda22a9da |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.25.7] - 2024-01-20
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.14.5.
|
||||||
|
|
||||||
|
## [2.25.6] - 2024-01-20
|
||||||
|
|
||||||
|
- Update `syft@latest` to 0.101.1.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.14.4.
|
||||||
|
|
||||||
## [2.25.5] - 2024-01-18
|
## [2.25.5] - 2024-01-18
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.6.2.
|
- Update `cargo-llvm-cov@latest` to 0.6.2.
|
||||||
@@ -1637,7 +1647,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.25.5...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.25.7...HEAD
|
||||||
|
[2.25.7]: https://github.com/taiki-e/install-action/compare/v2.25.6...v2.25.7
|
||||||
|
[2.25.6]: https://github.com/taiki-e/install-action/compare/v2.25.5...v2.25.6
|
||||||
[2.25.5]: https://github.com/taiki-e/install-action/compare/v2.25.4...v2.25.5
|
[2.25.5]: https://github.com/taiki-e/install-action/compare/v2.25.4...v2.25.5
|
||||||
[2.25.4]: https://github.com/taiki-e/install-action/compare/v2.25.3...v2.25.4
|
[2.25.4]: https://github.com/taiki-e/install-action/compare/v2.25.3...v2.25.4
|
||||||
[2.25.3]: https://github.com/taiki-e/install-action/compare/v2.25.2...v2.25.3
|
[2.25.3]: https://github.com/taiki-e/install-action/compare/v2.25.2...v2.25.3
|
||||||
|
|||||||
32
manifests/cargo-deny.json
generated
32
manifests/cargo-deny.json
generated
@@ -19,10 +19,38 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.3"
|
"version": "0.14.5"
|
||||||
},
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.3"
|
"version": "0.14.5"
|
||||||
|
},
|
||||||
|
"0.14.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "f76ea3b2c9e35059596a5c785b5552928499c1bc8db954fa23466062376b79ba"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "98c8505bafa938af6c8365318c224faa75393efc2479ce64271377a0a7ebcef4"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ca60bdba711e369073cd099847beb8e6bdf2e3e05c4086fed1b187347d8c598b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "bc0d018514cb6a969ac159106d24a28d1c374f9e6339eb9cae1bec890e7f97fe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.14.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "b6ba5fceca5c4b42e0d6b31875fdd27a3b0c4aee58efc05f0c4d984a15ac2a36"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "ad3d91f1bee0e07a43bb40896706554e9135ed11d0ee77cd924afb3c8ff8cb27"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "e31ecc6e4fcd5500a60e06e25bee9c023d5ef8b68ea8dbf6fd808872726a1d29"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "8f40a62ef604707c0c5e448beee5f32588efdc2ab027229da76e170e977ca922"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.14.3": {
|
"0.14.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
21
manifests/syft.json
generated
21
manifests/syft.json
generated
@@ -23,10 +23,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.101.0"
|
"version": "0.101.1"
|
||||||
},
|
},
|
||||||
"0.101": {
|
"0.101": {
|
||||||
"version": "0.101.0"
|
"version": "0.101.1"
|
||||||
|
},
|
||||||
|
"0.101.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "88ac3dcd752deba6d93d655bed1fee18ea9692ac48fd3ff2cb81dde70a5aac6c"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "2ed9fe6c87b6acf64b51fed04dd27d78b7bbbd606079f1370674d7b423190f80"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "828cc0a4eb96ef8646d4477acc6c93d97ec69a7ca2281a303cd99be21342c9d8"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "dbdcbf7fe69d8e8594d4bfdca1d7699229b655c0d23285fc16ce6ba991d7c63a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "a81aaa50fc798d05ef20fb821f5be94bce33ace26d77ebca78c2a0c7bc2aa661"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.101.0": {
|
"0.101.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user