Skip to content

Commit caa6ccb

Browse files
committed
ci: prevent repo checkout by govulncheck
1 parent d8dc099 commit caa6ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Run govulncheck
5757
uses: golang/govulncheck-action@v1
5858
with:
59+
repo-checkout: false
5960
go-version-input: 1.24.x
6061
go-package: ./...
6162

0 commit comments

Comments
 (0)