Skip to content

Commit 56670f3

Browse files
authored
Disable analysis for JS and Python
1 parent 4b47483 commit 56670f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: github/codeql-action/init@v1
3030
# Override language selection by uncommenting this and choosing your languages
3131
with:
32-
languages: javascript, csharp, python
32+
languages: csharp
3333
config-file: ./.github/codeql/codeql-config.yml
3434

3535
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).

0 commit comments

Comments
 (0)