Skip to content

Commit 8d6a980

Browse files
committed
Prevent double checkout for govulncheck.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent 94badf8 commit 8d6a980

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: VulnerabilityCheck
6161
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
6262
with:
63+
repo-checkout: false
6364
output-format: sarif
6465
output-file: govulncheck-results.sarif
6566

0 commit comments

Comments
 (0)