summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-10 09:15:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-10 09:15:38 +0200
commita0710124a1790237aa4f2a17e2f7011a074143b4 (patch)
tree995cfda2c6017b2ceeb06a8fa7487ddb65fd9424
parent908abb6566027d9d09fb7079738c3edcdd9ceb0a (diff)
downloadqutebrowser-a0710124a1790237aa4f2a17e2f7011a074143b4.tar.gz
qutebrowser-a0710124a1790237aa4f2a17e2f7011a074143b4.zip
ci: Tune down code scanning
Too many false positives, and it seems impossible to ignore a single rule.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 71241fb05..4ae2393f9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: javascript, python
- queries: +security-and-quality
+ queries: +security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1