Skip to content

Commit 46119ef

Browse files
committed
CI: don't do Javascript CodeQL analysis
The only file it attempts to analyze is utils.js and this fails due to the nonstandard `.pragma` syntax. In CodeQL it is an error if no files were analyzed.
1 parent 950d467 commit 46119ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
include:
3636
- language: c-cpp
3737
build-mode: manual
38-
- language: javascript-typescript
39-
build-mode: none
4038
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
4139
# Use `c-cpp` to analyze code written in C, C++ or both
4240
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)