From: Anthony Shaw Date: Tue, 30 Mar 2021 23:06:03 +0000 (+1100) Subject: github/workflow: add "security-extended" to codeql-analysis.yml X-Git-Tag: curl-7_76_1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2908a8232c2da75d3886d8f8f26c0e0b78d9f3cd;p=thirdparty%2Fcurl.git github/workflow: add "security-extended" to codeql-analysis.yml Extends the CodeQL code scan. Closes #6815 --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a964a45c31..2bddfcc4fa 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)