commit 06d93dc7b0b2150fea08676c971f8ba21a1c72ab
parent e4802e8d177243797d9664145cb549e7ea845e1c
Author: Raymond Li <hi@raymond.li>
Date: Mon, 25 Jan 2021 22:49:25 -0500
Let codeql autodetect language
cpp -> auto in case it ever supports C specifically
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
- language: ['cpp']
+ # language: ['cpp']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection