mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 07:30:18 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bee85d7ea7 | ||
|
|
d342979ad8 | ||
|
|
1f501f091c | ||
|
|
a41a131e83 |
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.26.7] - 2024-01-26
|
||||||
|
|
||||||
|
- Update `syft@latest` to 0.102.0.
|
||||||
|
|
||||||
|
## [2.26.6] - 2024-01-26
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 17.0.0.
|
||||||
|
|
||||||
## [2.26.5] - 2024-01-25
|
## [2.26.5] - 2024-01-25
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.6.4.
|
- Update `cargo-llvm-cov@latest` to 0.6.4.
|
||||||
@@ -1695,7 +1703,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.26.5...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.7...HEAD
|
||||||
|
[2.26.7]: https://github.com/taiki-e/install-action/compare/v2.26.6...v2.26.7
|
||||||
|
[2.26.6]: https://github.com/taiki-e/install-action/compare/v2.26.5...v2.26.6
|
||||||
[2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5
|
[2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5
|
||||||
[2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4
|
[2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4
|
||||||
[2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3
|
[2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3
|
||||||
|
|||||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.101.1"
|
"version": "0.102.0"
|
||||||
|
},
|
||||||
|
"0.102": {
|
||||||
|
"version": "0.102.0"
|
||||||
|
},
|
||||||
|
"0.102.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "35f52d22745fb9a60fd7023e9faf5088a9dd506de11a9e20bf8a73d9f8a2cadf"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "0aa08966ff4d46becdc7cbeadac858e4a6787e6bcc22994fd489338094bdddf3"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "70391850bc8c6bf9ccea5d67d2437217eaaa2303bfb34c9cea3b32231cbdae46"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "9e55e48c89fe122452e175f0b769318e29585e079567c518781dd25a2af9f51e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "16fcf55432dd04ab7bd553a32a04d73bccee9852fa3aecffe14012fe1a1f8764"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.101": {
|
"0.101": {
|
||||||
"version": "0.101.1"
|
"version": "0.101.1"
|
||||||
|
|||||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
|||||||
"rust_crate": "wasmtime-cli",
|
"rust_crate": "wasmtime-cli",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "16.0.0"
|
"version": "17.0.0"
|
||||||
|
},
|
||||||
|
"17": {
|
||||||
|
"version": "17.0.0"
|
||||||
|
},
|
||||||
|
"17.0": {
|
||||||
|
"version": "17.0.0"
|
||||||
|
},
|
||||||
|
"17.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-linux.tar.xz",
|
||||||
|
"checksum": "d419e5280b0bd28084b3586950a90904eb0ea1d77a44464e528365db25f30ff7",
|
||||||
|
"bin": "wasmtime-v17.0.0-x86_64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-macos.tar.xz",
|
||||||
|
"checksum": "20e7d1f18d4763d1ce59f844ba6195c6ec387b76fe94015e473934ef8d918cfd",
|
||||||
|
"bin": "wasmtime-v17.0.0-x86_64-macos/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-windows.zip",
|
||||||
|
"checksum": "bc0b837e258e2e7283da90edb9ffeaa7c3716d5b33c9a8c53d9baa957a687c8c",
|
||||||
|
"bin": "wasmtime-v17.0.0-x86_64-windows/wasmtime.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-linux.tar.xz",
|
||||||
|
"checksum": "2871ae8151e0f93363f16a6f1202561dc15b2b646e5b96a67456f1c8a67caab5",
|
||||||
|
"bin": "wasmtime-v17.0.0-aarch64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-macos.tar.xz",
|
||||||
|
"checksum": "4a3084e6a426246f2d9e54ea38c1a22418874b4f715d44a88e87668c05540785",
|
||||||
|
"bin": "wasmtime-v17.0.0-aarch64-macos/wasmtime"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"16": {
|
"16": {
|
||||||
"version": "16.0.0"
|
"version": "16.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user