summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2021-03-31 10:06:03 +1100
committerDaniel Stenberg <daniel@haxx.se>2021-04-09 15:46:31 +0200
commit2908a8232c2da75d3886d8f8f26c0e0b78d9f3cd (patch)
tree1dc42ad27e8378a6c1a5309e1ee7956a50a57747
parent255bdfe65c593c5c484fe5e8606f1915c26097e3 (diff)
downloadcurl-2908a8232c2da75d3886d8f8f26c0e0b78d9f3cd.tar.gz
github/workflow: add "security-extended" to codeql-analysis.yml
Extends the CodeQL code scan. Closes #6815
-rw-r--r--.github/workflows/codeql-analysis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a964a45c3..2bddfcc4f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -25,6 +25,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: cpp
+ queries: security-extended
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)