Skip to content

Commit

Permalink
Try out the CodeQL community queries for Go
Browse files Browse the repository at this point in the history
As announced in:
<https://github.blog/security/vulnerability-research/announcing-codeql-community-packs/>

Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
  • Loading branch information
ericcornelissen committed Dec 26, 2024
1 parent 7be5d5e commit bf328d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: go
queries: security-extended
packs: codeql-go-queries@0.0.3,codeql-go-libs@0.0.1
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

0 comments on commit bf328d1

Please sign in to comment.