Skip to content

Commit

Permalink
Bump govulncheck from 1.0.4 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Aug 8, 2024
1 parent caefd95 commit b31319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
go-version: 1.21.x
check-latest: true
- name: Install latest from golang.org
run: go install golang.org/x/vuln/cmd/govulncheck@5507063454b1b8c930db99818a88b52f1f143418 # v1.0.4
run: go install golang.org/x/vuln/cmd/govulncheck@4ea4418106cea3bb2c9aa098527c924e9e1fbbb4 # v1.1.3
- name: Run govulncheck
run: govulncheck -show=traces ./...

0 comments on commit b31319c

Please sign in to comment.