Skip to content

Commit

Permalink
Add more queries and update codeql db
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 22, 2024
1 parent 32b8bd0 commit cbd7d5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,21 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
queries: |
security-extended
security-and-quality
# For more details on CodeQL's query packs, refer to: 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
# queries: security-extended,security-and-quality

- name: Update CodeQL Database
uses: github/codeql-action/init@v3
with:
update: true
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# other configuration options as needed

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
Expand Down

0 comments on commit cbd7d5c

Please sign in to comment.