ci: pin govulncheck to v1.1.4 - fixes scorecard pinned-dependencies

Signed-off-by: vmfunc <celeste@linux.com>
This commit is contained in:
vmfunc
2026-02-13 01:57:36 +01:00
parent 45a384bdc9
commit c85201b1ed

View File

@@ -21,7 +21,7 @@ jobs:
with:
go-version: "1.24"
- name: install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
- name: run govulncheck
run: govulncheck ./...
continue-on-error: true