Pin govulncheck GHA version

Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2026-03-31 17:15:59 +02:00
parent 2a2cd99e3d
commit 909ffe67c7

View file

@ -19,6 +19,6 @@ jobs:
- name: Install Go
uses: ./.github/actions/setup-go
- 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 -format=text ./...