Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
security-and-quality generates excessive false positives
  • Loading branch information
HotCakeX committed Oct 17, 2024
1 parent c5f6963 commit 5995e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
queries: security-extended,security-and-quality
queries: security-extended
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down

0 comments on commit 5995e96

Please sign in to comment.