We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1910f47 commit 5de1c81Copy full SHA for 5de1c81
1 file changed
.github/workflows/codeql.yml
@@ -6,8 +6,8 @@ name: CodeQL
6
# JVM `kotlinc` invocations; Kotlin/Native and Kotlin/JS compilations
7
# produce no traced events, so `database finalize` aborts with
8
# "CodeQL could not process any code written in Java/Kotlin" on KMP
9
-# projects without a JVM target. `actions` covers workflow files;
10
-# `javascript-typescript` covers any JS/TS in the repo.
+# projects without a JVM target. This repo has no maintained JavaScript or
+# TypeScript source for CodeQL to extract, so `actions` covers workflow files.
11
12
on:
13
push:
@@ -32,8 +32,6 @@ jobs:
32
fail-fast: false
33
matrix:
34
include:
35
- - language: javascript-typescript
36
- build-mode: none
37
- language: actions
38
build-mode: none
39
0 commit comments