ci(codeql): Reduce duplicate scan noise

Remove the Java/Kotlin scan from CodeQL because this repository does not
contain a buildable Java project. Load a dedicated CodeQL config that
excludes generated plugin mirrors so duplicate template classes do not
reduce scan coverage or signal quality.
This commit is contained in:
sickn33
2026-04-09 13:56:15 +02:00
parent 8aceaece3c
commit 668d3ac9c9
2 changed files with 7 additions and 2 deletions

6
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
name: "CodeQL Config"
paths-ignore:
# Generated plugin mirrors create duplicate scan noise without adding
# source coverage because the canonical sources live outside plugins/.
- "plugins/**"