This commit is contained in:
Thomas Bernard 2020-11-05 12:52:11 +01:00
parent a7c00ae3b6
commit f2485c5a6b
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'java', 'python' ]
language: [ 'cpp', 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
@ -48,7 +48,9 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- run: make -C miniupnpc all
- run: |
make -C miniupnpc all
make -C minissdpd all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1