Skip to content

Commit 909ffe6

Browse files
committed
Pin govulncheck GHA version
Signed-off-by: Manuel Buil <mbuil@suse.com>
1 parent 2a2cd99 commit 909ffe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Install Go
2020
uses: ./.github/actions/setup-go
2121
- name: Install govulncheck
22-
run: go install golang.org/x/vuln/cmd/govulncheck@latest
22+
run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
2323
- name: Run govulncheck
2424
run: govulncheck -format=text ./...

0 commit comments

Comments
 (0)