mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 08:20:27 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a81a310d2 | ||
|
|
8bf85326ce | ||
|
|
2d57bf37fe | ||
|
|
2e0983edb3 |
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.28] - 2024-10-08
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.98.
|
||||||
|
|
||||||
|
## [2.44.27] - 2024-10-08
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.14.0.
|
||||||
|
|
||||||
## [2.44.26] - 2024-10-07
|
## [2.44.26] - 2024-10-07
|
||||||
|
|
||||||
- Update `typos@latest` to 1.26.0.
|
- Update `typos@latest` to 1.26.0.
|
||||||
@@ -2860,7 +2868,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.26...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.28...HEAD
|
||||||
|
[2.44.28]: https://github.com/taiki-e/install-action/compare/v2.44.27...v2.44.28
|
||||||
|
[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.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
|
||||||
|
|||||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.97"
|
"version": "0.3.98"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.97"
|
"version": "0.3.98"
|
||||||
|
},
|
||||||
|
"0.3.98": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE7D68DF8EF02",
|
||||||
|
"checksum": "4550432b0810dfd333a9c196122eb8595a554f90c8fdc0ce252c435c03aeae92"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE7D6C510A89D",
|
||||||
|
"checksum": "103a9ea98ba2c8fe8eeb7ff52d96e1a9c11e0e8be97a79d8bad0389f1b23acc3"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE7D71F551678",
|
||||||
|
"checksum": "057129c23231d98a0a8d6efcb55d13c7f67eff9a4d03e5c6986d7fc9a12386b1"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCE7D689DA4F6C",
|
||||||
|
"checksum": "871b2acfa5e1fab5f6e2c87c1a6becc48fdb3053730b96706944afc822cfd064"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE7D6E4104F67",
|
||||||
|
"checksum": "0f6af8914c771de1c72545477ea915c997aaebf9b110a34cd80438425b1ff7bc"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCE7D7A924031E",
|
||||||
|
"checksum": "1aa9850d5d648df613eb352b322b138625978c1831d58abdfb35aeb7058da4e7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.97": {
|
"0.3.97": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user