Disable analysis for JS and Python

This commit is contained in:
Tom Hvitved
2020-06-19 16:25:23 +02:00
committed by GitHub
parent 4b47483263
commit 56670f3a5f

View File

@@ -29,7 +29,7 @@ jobs:
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript, csharp, python
languages: csharp
config-file: ./.github/codeql/codeql-config.yml
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).