mirror of
https://github.com/curl/curl.git
synced 2026-05-30 20:38:23 +03:00
github/workflow: add "security-extended" to codeql-analysis.yml
Extends the CodeQL code scan. Closes #6815
This commit is contained in:
parent
255bdfe65c
commit
2908a8232c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue