We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c477df + 53f84e2 commit 6dd01eaCopy full SHA for 6dd01ea
1 file changed
.github/workflows/code-scanning.yml
@@ -14,6 +14,6 @@ jobs:
14
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
15
- run: golangci-lint run --out-format=line-number | errorformat -name=golangci-lint -w=sarif > results.sarif
16
- name: Upload SARIF file
17
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
18
with:
19
sarif_file: results.sarif
0 commit comments