Skip to content

Commit

Permalink
Update govulncheck.yml
Browse files Browse the repository at this point in the history
Bump govulncheck from 1.0.0 to 1.0.1.
Bump actions/checkout from v3 to v4.
  • Loading branch information
fxamacker authored Oct 16, 2023
1 parent 30dd278 commit 6e30978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: read
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
Expand All @@ -42,6 +42,6 @@ jobs:
go-version: 1.20.x
check-latest: true
- name: Install latest from golang.org
run: go install golang.org/x/vuln/cmd/govulncheck@f69de671333b611ab6b6f21f8ff0ab53f6d96c61 # v1.0.0
run: go install golang.org/x/vuln/cmd/govulncheck@da4b74a5408a0116e9a2dde953659a7b0956dc56 # v1.0.1
- name: Run govulncheck
run: govulncheck -show=traces ./...

0 comments on commit 6e30978

Please sign in to comment.