Skip to content

Commit

Permalink
Merge pull request #139 from reviewdog/renovate/github-codeql-action-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 14, 2023
2 parents 8c477df + 53f84e2 commit 6dd01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
- run: golangci-lint run --out-format=line-number | errorformat -name=golangci-lint -w=sarif > results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 6dd01ea

Please sign in to comment.