Skip to content

Commit 17336cc

Browse files
authored
build: Use govulncheck action (#3831)
1 parent e855917 commit 17336cc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,4 @@ jobs:
7575
timeout-minutes: 5
7676

7777
steps:
78-
- uses: actions/checkout@v4
79-
- uses: actions/setup-go@v5
80-
with:
81-
go-version: '1.23.5'
82-
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
83-
- run: govulncheck ./...
78+
- uses: golang/govulncheck-action@v1

0 commit comments

Comments
 (0)