Update codeql.yml

Disable all languages other than c++
This commit is contained in:
Derek Bailey
2022-03-31 21:44:17 -07:00
committed by GitHub
parent ad27d751e3
commit da6e1b9856

View File

@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
language: [ 'cpp' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support