github/workflow: add "security-extended" to codeql-analysis.yml

Extends the CodeQL code scan.

Closes #6815
This commit is contained in:
Anthony Shaw 2021-03-31 10:06:03 +11:00 committed by Daniel Stenberg
parent 255bdfe65c
commit 2908a8232c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 0 deletions

View 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)