Update .github/workflows/govulncheck.yml

This commit is contained in:
Kynan Ware 2025-10-17 11:29:37 -06:00 committed by GitHub
parent af0905efeb
commit fd651e9adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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