mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 02:20:22 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d57bf37fe | ||
|
|
2e0983edb3 | ||
|
|
e29814c376 | ||
|
|
cc76a19d45 |
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.27] - 2024-10-08
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.14.0.
|
||||||
|
|
||||||
|
## [2.44.26] - 2024-10-07
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.26.0.
|
||||||
|
|
||||||
## [2.44.25] - 2024-10-07
|
## [2.44.25] - 2024-10-07
|
||||||
|
|
||||||
- Update `cargo-nextest@latest` to 0.9.81.
|
- Update `cargo-nextest@latest` to 0.9.81.
|
||||||
@@ -2856,7 +2864,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.25...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.27...HEAD
|
||||||
|
[2.44.27]: https://github.com/taiki-e/install-action/compare/v2.44.26...v2.44.27
|
||||||
|
[2.44.26]: https://github.com/taiki-e/install-action/compare/v2.44.25...v2.44.26
|
||||||
[2.44.25]: https://github.com/taiki-e/install-action/compare/v2.44.24...v2.44.25
|
[2.44.25]: https://github.com/taiki-e/install-action/compare/v2.44.24...v2.44.25
|
||||||
[2.44.24]: https://github.com/taiki-e/install-action/compare/v2.44.23...v2.44.24
|
[2.44.24]: https://github.com/taiki-e/install-action/compare/v2.44.23...v2.44.24
|
||||||
[2.44.23]: https://github.com/taiki-e/install-action/compare/v2.44.22...v2.44.23
|
[2.44.23]: https://github.com/taiki-e/install-action/compare/v2.44.22...v2.44.23
|
||||||
|
|||||||
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.13.0"
|
"version": "1.14.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.13.0"
|
"version": "1.14.0"
|
||||||
|
},
|
||||||
|
"1.14": {
|
||||||
|
"version": "1.14.0"
|
||||||
|
},
|
||||||
|
"1.14.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE71167249048",
|
||||||
|
"checksum": "21653debfeccb278576ffdd85b5dbe8cd44fcb820cae71e887a6ac2efb399d37"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE711683286BD",
|
||||||
|
"checksum": "3d4c534670dfa805eabffb597a129b631a230f043ca8974ed97102c3abb78c53"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE711682B62D3",
|
||||||
|
"checksum": "966a4ab727ff7b34ca0c3414b9977937614475aa1b52d01accde7bcb4445d687"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCE711672F599B",
|
||||||
|
"checksum": "5956647be7f343cbe4a976d493140d0ae6155f8880688ac90c76fbdfef9e1d02"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE711682D3585",
|
||||||
|
"checksum": "34b7a6f6b4c37f840015907323f2ede5f59cd28b22b6d61d5e1f6c448a591101"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.13": {
|
"1.13": {
|
||||||
"version": "1.13.0"
|
"version": "1.13.0"
|
||||||
|
|||||||
25
manifests/typos.json
generated
25
manifests/typos.json
generated
@@ -16,10 +16,31 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.25.0"
|
"version": "1.26.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.25.0"
|
"version": "1.26.0"
|
||||||
|
},
|
||||||
|
"1.26": {
|
||||||
|
"version": "1.26.0"
|
||||||
|
},
|
||||||
|
"1.26.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE6E7E21FBB96",
|
||||||
|
"checksum": "293213afd35cb725f46efbf3ee17d78f131ece376c10c63abd3688abb58718d2"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE6E7EFE44DC6",
|
||||||
|
"checksum": "db42d4f08efd0c07a152b48cf6e338e1d74dba0ce6d762dc5dd33d98f2a86a26"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE6E84839AE07",
|
||||||
|
"checksum": "0f385547ef681ffaf91b6af7b06b8a71bd49f2a4d49721537012eeb818dd52b3"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE6E7F551ED3D",
|
||||||
|
"checksum": "7037238a28431a4cac63265c034fc65d382b6e412b561aff1881ab872773ccff"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.25": {
|
"1.25": {
|
||||||
"version": "1.25.0"
|
"version": "1.25.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user