mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-03 11:40:35 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a0c34a72b | ||
|
|
351260b44f | ||
|
|
c28440593e | ||
|
|
4e54247878 | ||
|
|
664e13c6ca |
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -11,7 +11,6 @@ dprint
|
||||
enablerepo
|
||||
epel
|
||||
espup
|
||||
etag
|
||||
fastestmirror
|
||||
grcov
|
||||
knope
|
||||
|
||||
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]
|
||||
|
||||
## [2.42.30] - 2024-08-23
|
||||
|
||||
- Update `typos@latest` to 1.23.7.
|
||||
|
||||
## [2.42.29] - 2024-08-22
|
||||
|
||||
- Update `osv-scanner@latest` to 1.8.4.
|
||||
|
||||
## [2.42.28] - 2024-08-20
|
||||
|
||||
- Update `wasmtime@latest` to 24.0.0.
|
||||
@@ -2624,7 +2632,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.42.28...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.30...HEAD
|
||||
[2.42.30]: https://github.com/taiki-e/install-action/compare/v2.42.29...v2.42.30
|
||||
[2.42.29]: https://github.com/taiki-e/install-action/compare/v2.42.28...v2.42.29
|
||||
[2.42.28]: https://github.com/taiki-e/install-action/compare/v2.42.27...v2.42.28
|
||||
[2.42.27]: https://github.com/taiki-e/install-action/compare/v2.42.26...v2.42.27
|
||||
[2.42.26]: https://github.com/taiki-e/install-action/compare/v2.42.25...v2.42.26
|
||||
|
||||
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": "1.8.3"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.8.3"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.3"
|
||||
"version": "1.8.4"
|
||||
},
|
||||
"1.8.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_linux_amd64",
|
||||
"etag": "0x8DCC26531112250",
|
||||
"checksum": "777fb626331db6c69a47a7a223b286442afbc2fbf8cc973e0c22073aa75a6c8b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_darwin_amd64",
|
||||
"etag": "0x8DCC26530F3F728",
|
||||
"checksum": "96d044840b25db3ccd1a3b8c2b40ea72ad0dec376fad45d8c3a7e6b0aa075eea"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_windows_amd64.exe",
|
||||
"etag": "0x8DCC26531AF4822",
|
||||
"checksum": "858ccb5d499c6efacdc56ccf6ee28a41bff685eea4b862454aa0770dc7cb59d0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_linux_arm64",
|
||||
"etag": "0x8DCC26530F727E1",
|
||||
"checksum": "b94c92513cc1d6606f3d1f00c7171394475bcb9aa80e06110bb44f8a7023a76f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_darwin_arm64",
|
||||
"etag": "0x8DCC265319B8849",
|
||||
"checksum": "9aecc9c1c076c12a545c74202e33a81c1ccfca9b8ab4f4e2a077d8c4501e96e2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.4/osv-scanner_windows_arm64.exe",
|
||||
"etag": "0x8DCC26530EB00B7",
|
||||
"checksum": "24ed0cf0064a88d19cd6659d99a091642e89bbd9f9375aba4dd9ae20e372466e"
|
||||
}
|
||||
},
|
||||
"1.8.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/typos.json
generated
24
manifests/typos.json
generated
@@ -16,13 +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)",
|
||||
"latest": {
|
||||
"version": "1.23.6"
|
||||
"version": "1.23.7"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.23.6"
|
||||
"version": "1.23.7"
|
||||
},
|
||||
"1.23": {
|
||||
"version": "1.23.6"
|
||||
"version": "1.23.7"
|
||||
},
|
||||
"1.23.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC2C0CFB9D07D",
|
||||
"checksum": "3bb50a8e7c3e18750b6309ab34c63ec8ad63de80e50b44be3e8bf4166bf55fe0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC2C0CAB44264",
|
||||
"checksum": "b1a2f9fd13526e49aac9800f47dac49d4b8b1a9b2306e5c9f30dccca5e9bd874"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC2C0CBDB4A2E",
|
||||
"checksum": "d62746ac3675854e0d2a947ff04afe92034533999689ff11c21542463a43ac0e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC2C0C608089B",
|
||||
"checksum": "bf4553470b4c582bdc8714f68842008805caab30993b08f7321759181ec8f833"
|
||||
}
|
||||
},
|
||||
"1.23.6": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user