Skip to content

Commit 5de1c81

Browse files
committed
Restrict CodeQL to workflow analysis
1 parent 1910f47 commit 5de1c81

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: CodeQL
66
# JVM `kotlinc` invocations; Kotlin/Native and Kotlin/JS compilations
77
# produce no traced events, so `database finalize` aborts with
88
# "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.
9+
# projects without a JVM target. This repo has no maintained JavaScript or
10+
# TypeScript source for CodeQL to extract, so `actions` covers workflow files.
1111

1212
on:
1313
push:
@@ -32,8 +32,6 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
include:
35-
- language: javascript-typescript
36-
build-mode: none
3735
- language: actions
3836
build-mode: none
3937

0 commit comments

Comments
 (0)