Skip to content

chore(ci): drop the java-kotlin CodeQL analysis - #736

Merged
got3nks merged 1 commit into
amule-org:masterfrom
got3nks:chore/codeql-drop-java
Jul 31, 2026
Merged

chore(ci): drop the java-kotlin CodeQL analysis#736
got3nks merged 1 commit into
amule-org:masterfrom
got3nks:chore/codeql-drop-java

Conversation

@got3nks

@got3nks got3nks commented Jul 31, 2026

Copy link
Copy Markdown

Summary

CodeQL Advanced / Analyze (java-kotlin) fails on every run because the repository has no Java left to scan.

Why it started failing

The tree's last .java file was the generated ECCodes.java, removed in e86646c40 (#716) along with the other committed EC headers. git ls-files '*.java' now returns nothing, so the analysis has an empty source set.

Change

Removes the java-kotlin entry from the language matrix, leaving actions, c-cpp and python — what the repository actually contains. Build modes for the remaining three are untouched (none, manual, none).

The tree has no Java left. Its last .java file was the generated
ECCodes.java, removed in e86646c along with the other committed EC
headers, so the java-kotlin job has had nothing to scan since and fails on
every run.

Leaves actions, c-cpp and python, which is what the repository actually
contains.
@got3nks
got3nks merged commit fc48ce5 into amule-org:master Jul 31, 2026
6 checks passed
@got3nks
got3nks deleted the chore/codeql-drop-java branch July 31, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant