Skip to content

Commit

Permalink
Disable CPP and CSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kukhtin committed Oct 1, 2020
1 parent 4ab136d commit f1f18ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -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: ['javascript', 'csharp', 'cpp']
language: ['javascript']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

Expand Down

0 comments on commit f1f18ff

Please sign in to comment.