Skip to content

Commit ffe3f50

Browse files
authored
Restrict languages in codeql-analysis.yml
1 parent a285f64 commit ffe3f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v1
3030
# Override language selection by uncommenting this and choosing your languages
31-
# with:
32-
# languages: go, javascript, csharp, python, cpp, java
31+
with:
32+
languages: javascript, csharp, python
3333

3434
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3535
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)