Skip to content

Commit

Permalink
fix queries formatting in codeql.yml (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWestgate authored May 15, 2024
1 parent 2bd70a7 commit 7c73156
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.

# 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"
]
queries: security-extended, security-and-quality
env:
CODEQL_EXTRACTOR_PYTHON_DISABLE_AUTOMATIC_VENV_EXCLUDE: 1

Expand Down

0 comments on commit 7c73156

Please sign in to comment.