Change CodeQL language to `cpp` (from `c`), use custom build step

master
Nicolas Favre-Felix 4 years ago
parent 9460b93eec
commit 842c20fd08
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -32,19 +32,9 @@ jobs:
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages # Override language selection by uncommenting this and choosing your languages
with: with:
languages: c languages: cpp
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - run: make clean all
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
#- run: |
# make bootstrap
# make release
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1

Loading…
Cancel
Save