mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee156309c7 | ||
|
|
02bd68d9a5 | ||
|
|
9dbe705023 | ||
|
|
1b95e9e5c1 | ||
|
|
444be83713 |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -12,6 +12,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.44.46] - 2024-10-22
|
||||
|
||||
- Update `wasmtime@latest` to 26.0.0.
|
||||
|
||||
## [2.44.45] - 2024-10-22
|
||||
|
||||
- Update `syft@latest` to 1.14.2.
|
||||
|
||||
## [2.44.44] - 2024-10-21
|
||||
|
||||
- Update `shfmt@latest` to 3.10.0.
|
||||
@@ -2942,7 +2950,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.44...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.46...HEAD
|
||||
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46
|
||||
[2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45
|
||||
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
|
||||
[2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43
|
||||
[2.44.42]: https://github.com/taiki-e/install-action/compare/v2.44.41...v2.44.42
|
||||
|
||||
28
manifests/syft.json
generated
28
manifests/syft.json
generated
@@ -24,13 +24,35 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.14.1"
|
||||
"version": "1.14.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.14.1"
|
||||
"version": "1.14.2"
|
||||
},
|
||||
"1.14": {
|
||||
"version": "1.14.1"
|
||||
"version": "1.14.2"
|
||||
},
|
||||
"1.14.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF1F59B5B0BA5",
|
||||
"checksum": "8fea5191eb749805dc891e4cc7942341ebc95e40b32a4d74647fa7bf6b00cd26"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF1F59BDDD94F",
|
||||
"checksum": "425657cb763ed262e69460eee07b0e8332e54c3daca771237b4a88c3de7f1648"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF1F59BED3161",
|
||||
"checksum": "376e54218258a8aa0dbfae1e1574586c113b9a0c09291957c444a43f1280cfe5"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCF1F59B54F806",
|
||||
"checksum": "c095dcf3cb3407e74a6481f67d24eb6a589e8aa88c1d0a4e4626b5c025be78bf"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF1F59BE65B44",
|
||||
"checksum": "db7397a6d607531cfd730a7c2359ebce748f112dd92a99744b8a6f6af6525d03"
|
||||
}
|
||||
},
|
||||
"1.14.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
38
manifests/wasmtime.json
generated
38
manifests/wasmtime.json
generated
@@ -20,11 +20,47 @@
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
|
||||
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-windows.zip",
|
||||
"bin": "wasmtime-v${version}-aarch64-windows/wasmtime.exe"
|
||||
}
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "25.0.2"
|
||||
"version": "26.0.0"
|
||||
},
|
||||
"26": {
|
||||
"version": "26.0.0"
|
||||
},
|
||||
"26.0": {
|
||||
"version": "26.0.0"
|
||||
},
|
||||
"26.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DCF2AD897282BD",
|
||||
"checksum": "0ec6d1b8c51a7e3c5b2d4533eb79c42ec704148cee11b09b67afb52a3dbe77e9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF2AD8A94FB9D",
|
||||
"checksum": "bd9801daaad23a908fbba2d42ca9deadb27a7d3d9f6e0353067edbcff8728c5f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF2AD8F83E609",
|
||||
"checksum": "7774ba583bf3a6016a202bcfce3fe12f2bf27095493e8e1988bc9f4debb1f619"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DCF2AD7A0DD7A1",
|
||||
"checksum": "98166181950ec4f9591081468f7b94f176fe2e8f57c46b82328f9d68cd750d60"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF2AD7B1152B6",
|
||||
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCF2AD81EA559A",
|
||||
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
|
||||
}
|
||||
},
|
||||
"25": {
|
||||
"version": "25.0.2"
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||
},
|
||||
"aarch64_linux_gnu": {},
|
||||
"aarch64_macos": {}
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user