]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github/workflow: add "security-extended" to codeql-analysis.yml
authorAnthony Shaw <anthony.p.shaw@gmail.com>
Tue, 30 Mar 2021 23:06:03 +0000 (10:06 +1100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Apr 2021 13:46:31 +0000 (15:46 +0200)
Extends the CodeQL code scan.

Closes #6815

.github/workflows/codeql-analysis.yml

index a964a45c3103e0da0be539d0339a5a6fbff2a990..2bddfcc4faf5ceea1e384f209c52a7acde610e85 100644 (file)
@@ -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)