Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
7bd40ce14b trivy 2026-04-28 19:03:17 +00:00
3 changed files with 4 additions and 6 deletions

View File

@@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Update `vacuum@latest` to 0.26.4.
## [2.75.25] - 2026-04-28
- Update `uv@latest` to 0.11.8.

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
required: false
default: trivy
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

4
manifests/vacuum.json generated
View File

@@ -21,10 +21,10 @@
}
},
"latest": {
"version": "0.26.4"
"version": "0.26.3"
},
"0.26": {
"version": "0.26.4"
"version": "0.26.3"
},
"0.26.4": {
"x86_64_linux_musl": {