mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-01 03:00:26 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3839ec485e | ||
|
|
fbba7ee6f1 | ||
|
|
2c73a741d1 | ||
|
|
424d851274 | ||
|
|
c6d88ff920 | ||
|
|
c44ead199b |
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.58.10] - 2025-08-12
|
||||
|
||||
- Update `editorconfig-checker@latest` to 3.4.0.
|
||||
|
||||
## [2.58.9] - 2025-08-11
|
||||
|
||||
- Update `cargo-shear@latest` to 1.5.0.
|
||||
|
||||
## [2.58.8] - 2025-08-11
|
||||
|
||||
- Update `osv-scanner@latest` to 2.2.1.
|
||||
|
||||
## [2.58.7] - 2025-08-11
|
||||
|
||||
- Update `knope@latest` to 0.21.2.
|
||||
@@ -4280,7 +4292,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.58.7...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.10...HEAD
|
||||
[2.58.10]: https://github.com/taiki-e/install-action/compare/v2.58.9...v2.58.10
|
||||
[2.58.9]: https://github.com/taiki-e/install-action/compare/v2.58.8...v2.58.9
|
||||
[2.58.8]: https://github.com/taiki-e/install-action/compare/v2.58.7...v2.58.8
|
||||
[2.58.7]: https://github.com/taiki-e/install-action/compare/v2.58.6...v2.58.7
|
||||
[2.58.6]: https://github.com/taiki-e/install-action/compare/v2.58.5...v2.58.6
|
||||
[2.58.5]: https://github.com/taiki-e/install-action/compare/v2.58.4...v2.58.5
|
||||
|
||||
33
manifests/cargo-shear.json
generated
33
manifests/cargo-shear.json
generated
@@ -28,10 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.4.1"
|
||||
"version": "1.5.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.4.1"
|
||||
"version": "1.5.0"
|
||||
},
|
||||
"1.5": {
|
||||
"version": "1.5.0"
|
||||
},
|
||||
"1.5.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DDD89F2156C2A6",
|
||||
"checksum": "ce56c67398d4685d1e5ee000968d09b2e89d4e11f37b5866615632e5b8eb0a7a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DDD89F322C90C8",
|
||||
"checksum": "6737a9118788d768d9017394eb643beba233f4ad21d59b4a981a0e620b959958"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DDD89F3BBF06DC",
|
||||
"checksum": "9a88d09c6ad5ebca743aa39cfa79bf7e6923336ae3a9d6d06d45bad2ff351463"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DDD89F27A50EB7",
|
||||
"checksum": "f2044b3f761b7de7554749a5062438d2db6d5cb9e0c09ddcff6254ab98840edb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DDD89F2A2407F7",
|
||||
"checksum": "a888cfe01b363f10058f51254b6dd9c88c91f8e3a3f8931b9eb9edae6e9a1621"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DDD89F4277F85D",
|
||||
"checksum": "e2ba8c60b265d4124b1019a0d39e3b7d67675da3737e943774f939cf2412edb2"
|
||||
}
|
||||
},
|
||||
"1.4": {
|
||||
"version": "1.4.1"
|
||||
|
||||
45
manifests/editorconfig-checker.json
generated
45
manifests/editorconfig-checker.json
generated
@@ -3,10 +3,51 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.3.0"
|
||||
"version": "3.4.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.3.0"
|
||||
"version": "3.4.0"
|
||||
},
|
||||
"3.4": {
|
||||
"version": "3.4.0"
|
||||
},
|
||||
"3.4.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-linux-amd64.tar.gz",
|
||||
"etag": "0x8DDD8CE62EC3191",
|
||||
"checksum": "feae0baaf8d55e51fd9b6c9e04497f2fb288b40034110fb9ac83fb1bf0b6011e",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-darwin-amd64.tar.gz",
|
||||
"etag": "0x8DDD8CE62D6512A",
|
||||
"checksum": "4ca65c73af0a32afdb25f87e0e92defd89a4e02d3d9fc4ea113b59ae8b2fa231",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-windows-amd64.zip",
|
||||
"etag": "0x8DDD8CE62A738E7",
|
||||
"checksum": "b984d60742bf9cf0d38bcc53ce09cd106b8c07ab259577e74b12c6f20a3282a5",
|
||||
"bin": "bin/ec-windows-amd64.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-linux-arm64.tar.gz",
|
||||
"etag": "0x8DDD8CE624B76AB",
|
||||
"checksum": "4c0d8f1737c6978aab1467a8e7bce414a1996ff95f1cbf7470ba99b2d5e62036",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-darwin-arm64.tar.gz",
|
||||
"etag": "0x8DDD8CE61FFF585",
|
||||
"checksum": "220371cf7cdb09d3334c91683674a932b65015b5679d5d83f83a74e7f2ce7f5a",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.4.0/ec-windows-arm64.zip",
|
||||
"etag": "0x8DDD8CE6338C2B8",
|
||||
"checksum": "a4e67cdf578df008717d187010a95d80cc502892724e5a3366c6067a25ae0b35",
|
||||
"bin": "bin/ec-windows-arm64.exe"
|
||||
}
|
||||
},
|
||||
"3.3": {
|
||||
"version": "3.3.0"
|
||||
|
||||
38
manifests/osv-scanner.json
generated
38
manifests/osv-scanner.json
generated
@@ -3,13 +3,45 @@
|
||||
"template": null,
|
||||
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "2.2.0"
|
||||
"version": "2.2.1"
|
||||
},
|
||||
"2": {
|
||||
"version": "2.2.0"
|
||||
"version": "2.2.1"
|
||||
},
|
||||
"2.2": {
|
||||
"version": "2.2.0"
|
||||
"version": "2.2.1"
|
||||
},
|
||||
"2.2.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DDD8706167DD08",
|
||||
"checksum": "59e3bbd49f964265efc495b7ff896bff3c725b14c9fcce2e82088e053af98e7b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DDD87061497AA3",
|
||||
"checksum": "e8b802665e8db98207944bb90ee0cfa49a47bd0365c9234bf700d6baf860bab7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DDD870612FA70A",
|
||||
"checksum": "83bdc53ddee301b9208c355b473b9a8c8a2e8a94ec845bed0d3e1835f67b0ca4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DDD87062C327B5",
|
||||
"checksum": "cd62c3f13d73fe454ba0518e9c738fdedc8e5e37203bdb4f6b7eaefc7d137878"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DDD8706283800C",
|
||||
"checksum": "c43b0ec62d0208be61d1080b0df34f0f5ebd8e02ef93cfa84ea7cbd29effd3a7"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v2.2.1/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DDD870613DA118",
|
||||
"checksum": "8ce88c8e6a3bbc05aca5252e71c256ca495f47c2c1ea17cdd969cd580c95a095"
|
||||
}
|
||||
},
|
||||
"2.2.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user