Update .github/workflows/govulncheck.yml
This commit is contained in:
parent
af0905efeb
commit
fd651e9adc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/govulncheck.yml
vendored
2
.github/workflows/govulncheck.yml
vendored
|
|
@ -24,6 +24,6 @@ jobs:
|
|||
go run golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 -format sarif ./... > gh.sarif
|
||||
|
||||
- name: Upload SARIF report
|
||||
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # 2.22.1
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
with:
|
||||
sarif_file: gh.sarif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue