mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-08 16:26:16 -04:00
Pin govulncheck GHA version
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
2a2cd99e3d
commit
909ffe67c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/govulncheck.yml
vendored
2
.github/workflows/govulncheck.yml
vendored
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue