|
|
@ -76,6 +76,9 @@ jobs:
|
|
|
|
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
|
|
|
|
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
languages: go
|
|
|
|
languages: go
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# xref: https://codeql.github.com/codeql-query-help/go/
|
|
|
|
|
|
|
|
queries: security-and-quality
|
|
|
|
- name: Autobuild
|
|
|
|
- name: Autobuild
|
|
|
|
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
|
|
|
|
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
|