mirror of
https://github.com/vee1e/subidx.git
synced 2026-09-01 17:57:13 +00:00
ci: fix govulncheck input name (go-package, not go-package-input)
go-package-input was silently ignored as an unexpected input, so the intended ./... package argument never reached govulncheck.
This commit is contained in:
parent
509fe9bab8
commit
04a6dc710c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -37,4 +37,4 @@ jobs:
|
||||||
uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1
|
uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1
|
||||||
with:
|
with:
|
||||||
go-version-input: ""
|
go-version-input: ""
|
||||||
go-package-input: ./...
|
go-package: ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue