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 8216f00 + b64dcd2 commit 5598ab1Copy full SHA for 5598ab1
.github/workflows/scan.yml
@@ -43,6 +43,9 @@ jobs:
43
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
44
with:
45
languages: go
46
+ # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
47
+ # xref: https://codeql.github.com/codeql-query-help/go/
48
+ queries: security-and-quality
49
- name: Autobuild
50
uses: github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
51
- name: Perform CodeQL Analysis
0 commit comments