mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 23:40:19 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
882330fb24 | ||
|
|
e8b2103787 | ||
|
|
238cde2919 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.32.7] - 2024-04-04
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.20.4.
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.1.1.
|
||||||
|
|
||||||
## [2.32.6] - 2024-04-04
|
## [2.32.6] - 2024-04-04
|
||||||
|
|
||||||
- Update `editorconfig-checker@latest` to 3.0.1.
|
- Update `editorconfig-checker@latest` to 3.0.1.
|
||||||
@@ -2005,7 +2011,8 @@ 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.32.6...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.7...HEAD
|
||||||
|
[2.32.7]: https://github.com/taiki-e/install-action/compare/v2.32.6...v2.32.7
|
||||||
[2.32.6]: https://github.com/taiki-e/install-action/compare/v2.32.5...v2.32.6
|
[2.32.6]: https://github.com/taiki-e/install-action/compare/v2.32.5...v2.32.6
|
||||||
[2.32.5]: https://github.com/taiki-e/install-action/compare/v2.32.4...v2.32.5
|
[2.32.5]: https://github.com/taiki-e/install-action/compare/v2.32.4...v2.32.5
|
||||||
[2.32.4]: https://github.com/taiki-e/install-action/compare/v2.32.3...v2.32.4
|
[2.32.4]: https://github.com/taiki-e/install-action/compare/v2.32.3...v2.32.4
|
||||||
|
|||||||
23
manifests/syft.json
generated
23
manifests/syft.json
generated
@@ -23,13 +23,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.1.0"
|
"version": "1.1.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.1.0"
|
"version": "1.1.1"
|
||||||
},
|
},
|
||||||
"1.1": {
|
"1.1": {
|
||||||
"version": "1.1.0"
|
"version": "1.1.1"
|
||||||
|
},
|
||||||
|
"1.1.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "e41c3b7b20cf134b52067edf826364d6040bd401a18ee17e5c4862e57ca7968e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "1f899350c06c061086c72759d2d3255d936485882302cda47b613e4a72b9ec19"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ffb4847eb0787888497813db7d9c3dcc71ab190ff49672b0235ec12a6837c197"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "33067023147abab03b43dc6ce46af156bb4b917738c46a290694f4372d48b986"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "c5b65ad9e2fb1d895f7f21996e2b8b51f28c1371bcb8f7e92a0973cea0573e72"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.1.0": {
|
"1.1.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
20
manifests/typos.json
generated
20
manifests/typos.json
generated
@@ -15,13 +15,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.20.3"
|
"version": "1.20.4"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.20.3"
|
"version": "1.20.4"
|
||||||
},
|
},
|
||||||
"1.20": {
|
"1.20": {
|
||||||
"version": "1.20.3"
|
"version": "1.20.4"
|
||||||
|
},
|
||||||
|
"1.20.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "d7df369303db357ccbc3b0b0f7c0dbb8ba3b4c9767db5aca8b19b33b64fe00e8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "ef356c0424cce3ce7f9665941c829541b372e0e8f8a88f87a47ef90d415fde6d"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "c7d2db44d00675783c54a31245f3b1d73cb921b1f13a816f6710511ab2260f0a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "c89ff96b4ec56ab2e6554fa94c9ddfff6b19162dc85316bd36ccba0e4b8850b6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.20.3": {
|
"1.20.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user