mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-23 07:40:40 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00a67321d6 | ||
|
|
4ffb3f38c9 | ||
|
|
44831bc93d | ||
|
|
1eda5d19da | ||
|
|
483a4c24d1 |
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -100,6 +100,7 @@ jobs:
|
|||||||
- ubuntu:18.04 # glibc 2.27
|
- ubuntu:18.04 # glibc 2.27
|
||||||
- ubuntu:20.04 # glibc 2.31
|
- ubuntu:20.04 # glibc 2.31
|
||||||
- ubuntu:22.04 # glibc 2.35
|
- ubuntu:22.04 # glibc 2.35
|
||||||
|
- ubuntu:24.04 # glibc 2.39
|
||||||
- debian:10-slim # glibc 2.28
|
- debian:10-slim # glibc 2.28
|
||||||
- debian:11-slim # glibc 2.31
|
- debian:11-slim # glibc 2.31
|
||||||
- debian:12-slim # glibc 2.36
|
- debian:12-slim # glibc 2.36
|
||||||
@@ -155,7 +156,7 @@ jobs:
|
|||||||
test-no-cargo:
|
test-no-cargo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
container: ubuntu:22.04
|
container: ubuntu
|
||||||
steps:
|
steps:
|
||||||
- uses: taiki-e/checkout-action@v1
|
- uses: taiki-e/checkout-action@v1
|
||||||
- name: Generate tool list
|
- name: Generate tool list
|
||||||
|
|||||||
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.33.9] - 2024-04-26
|
||||||
|
|
||||||
|
- Update `syft@latest` to 1.3.0.
|
||||||
|
|
||||||
|
## [2.33.8] - 2024-04-24
|
||||||
|
|
||||||
|
- Update `cargo-spellcheck@latest` to 0.14.0.
|
||||||
|
|
||||||
## [2.33.7] - 2024-04-23
|
## [2.33.7] - 2024-04-23
|
||||||
|
|
||||||
- Update `typos@latest` to 1.20.10.
|
- Update `typos@latest` to 1.20.10.
|
||||||
@@ -2103,7 +2111,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.33.7...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.9...HEAD
|
||||||
|
[2.33.9]: https://github.com/taiki-e/install-action/compare/v2.33.8...v2.33.9
|
||||||
|
[2.33.8]: https://github.com/taiki-e/install-action/compare/v2.33.7...v2.33.8
|
||||||
[2.33.7]: https://github.com/taiki-e/install-action/compare/v2.33.6...v2.33.7
|
[2.33.7]: https://github.com/taiki-e/install-action/compare/v2.33.6...v2.33.7
|
||||||
[2.33.6]: https://github.com/taiki-e/install-action/compare/v2.33.5...v2.33.6
|
[2.33.6]: https://github.com/taiki-e/install-action/compare/v2.33.5...v2.33.6
|
||||||
[2.33.5]: https://github.com/taiki-e/install-action/compare/v2.33.4...v2.33.5
|
[2.33.5]: https://github.com/taiki-e/install-action/compare/v2.33.4...v2.33.5
|
||||||
|
|||||||
13
manifests/cargo-spellcheck.json
generated
13
manifests/cargo-spellcheck.json
generated
@@ -9,7 +9,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.13.2"
|
"version": "0.14.0"
|
||||||
|
},
|
||||||
|
"0.14": {
|
||||||
|
"version": "0.14.0"
|
||||||
|
},
|
||||||
|
"0.14.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"checksum": "6f35073843f2eb87990ef19c841c61ded5263e3a7ff38f885cfab22193b84f13"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ad97a1471b7e718902ec385c3ad045a6afbc986f736d0c4986855ec99a79c80c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.13": {
|
"0.13": {
|
||||||
"version": "0.13.2"
|
"version": "0.13.2"
|
||||||
|
|||||||
24
manifests/syft.json
generated
24
manifests/syft.json
generated
@@ -23,10 +23,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.2.0"
|
"version": "1.3.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.2.0"
|
"version": "1.3.0"
|
||||||
|
},
|
||||||
|
"1.3": {
|
||||||
|
"version": "1.3.0"
|
||||||
|
},
|
||||||
|
"1.3.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "9124b3e75b7d0beebcf9dbfd12d9e13e92a1951c7a9fb74100db08f379e49ea4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "9ca5945824ee610a6d2cbc034e518c48a956e175001f6747c5867afdc38d38f4"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "90c526c99f794a33d57a2d7ba379206a4382ddb877e061daacf7569ff19bc892"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "2bdd6ddd32b4947cea7a4f1e90e769a27e8e0dd2ad6ef3b29e48b57fc43090c6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "4e68515226429697e6475c9af6c10269edd597e603e8f86e942420da814b47bd"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.2": {
|
"1.2": {
|
||||||
"version": "1.2.0"
|
"version": "1.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user