mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 18:10:26 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3453a3b96 | ||
|
|
16b940ebd1 | ||
|
|
45dfafe769 | ||
|
|
5d2d24b076 | ||
|
|
1d776b18af | ||
|
|
81abe345b7 |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.27.14] - 2024-03-01
|
||||
|
||||
- Update `syft@latest` to 1.0.0.
|
||||
|
||||
## [2.27.13] - 2024-02-29
|
||||
|
||||
- Update `wasmtime@latest` to 18.0.2.
|
||||
|
||||
## [2.27.12] - 2024-02-28
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.15.
|
||||
|
||||
## [2.27.11] - 2024-02-26
|
||||
|
||||
- Update `syft@latest` to 0.105.1.
|
||||
@@ -1813,7 +1825,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.11...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.14...HEAD
|
||||
[2.27.14]: https://github.com/taiki-e/install-action/compare/v2.27.13...v2.27.14
|
||||
[2.27.13]: https://github.com/taiki-e/install-action/compare/v2.27.12...v2.27.13
|
||||
[2.27.12]: https://github.com/taiki-e/install-action/compare/v2.27.11...v2.27.12
|
||||
[2.27.11]: https://github.com/taiki-e/install-action/compare/v2.27.10...v2.27.11
|
||||
[2.27.10]: https://github.com/taiki-e/install-action/compare/v2.27.9...v2.27.10
|
||||
[2.27.9]: https://github.com/taiki-e/install-action/compare/v2.27.8...v2.27.9
|
||||
|
||||
18
manifests/cargo-deny.json
generated
18
manifests/cargo-deny.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.14"
|
||||
"version": "0.14.15"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.14"
|
||||
"version": "0.14.15"
|
||||
},
|
||||
"0.14.15": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "701e4c44a141896a0004bc1ab4e8d5ee4f0f7c7a2de33c40bdf85e89be46b016"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "7afb5672ad70c6a6926991824eac208990c4ca954bda0a813422aeab48aa488e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "5470fba9a52f51a065944973902156b70dfd50bd0faffe6b3ed41429afd2ffcb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "ce1ad18a668f7329d35840de296e41a20c0153043ff26cccd0376ebce5323236"
|
||||
}
|
||||
},
|
||||
"0.14.14": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
25
manifests/syft.json
generated
25
manifests/syft.json
generated
@@ -23,7 +23,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.105.1"
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"1.0": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"1.0.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "27dfeaca134cd8aeff6135ba349ff922109bd89b955755459601667d69fed88e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3c191441fa355d9fad0be169c29b0b54f541a732b9094f29cda07d367b4d8147"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39780b81a860ec38e23389f7e7290cb4c1988f6df11e60183db69d221210881f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "1353dd45f207610c68048f6296f78e6164f0d7608b3bb09d27c7d385a0537f68"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "95c5ec22913b72a10e90760b85901c4a6a166defda52ba181d7c0281eb7a80ed"
|
||||
}
|
||||
},
|
||||
"0.105": {
|
||||
"version": "0.105.1"
|
||||
|
||||
33
manifests/wasmtime.json
generated
33
manifests/wasmtime.json
generated
@@ -2,13 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "18.0.1"
|
||||
"version": "18.0.2"
|
||||
},
|
||||
"18": {
|
||||
"version": "18.0.1"
|
||||
"version": "18.0.2"
|
||||
},
|
||||
"18.0": {
|
||||
"version": "18.0.1"
|
||||
"version": "18.0.2"
|
||||
},
|
||||
"18.0.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-linux.tar.xz",
|
||||
"checksum": "dc823d37bfd4641817b33e9b0dea83bfc7879979591d3158491ffb82293cc048",
|
||||
"bin": "wasmtime-v18.0.2-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-macos.tar.xz",
|
||||
"checksum": "432e8e04aa4370491e11569da7b338daecedea8074420ebeea90d167e45a815a",
|
||||
"bin": "wasmtime-v18.0.2-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-windows.zip",
|
||||
"checksum": "833a15544952d31900da46094b96306b239817505f9457430b983ee8bde1584e",
|
||||
"bin": "wasmtime-v18.0.2-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-linux.tar.xz",
|
||||
"checksum": "732ae6240c90ce3bfe96e3217ad7fc914edf669514eb7b7bf96a32a156c232a8",
|
||||
"bin": "wasmtime-v18.0.2-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-macos.tar.xz",
|
||||
"checksum": "abc68b059e77c231bafd63b47a15fad50605604ae26c5a6cae542a9e81e7d591",
|
||||
"bin": "wasmtime-v18.0.2-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"18.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user