chore(ci): drop the java-kotlin CodeQL analysis - #736
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
.javafile was the generatedECCodes.java, removed ine86646c40(#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-kotlinentry from the language matrix, leavingactions,c-cppandpython— what the repository actually contains. Build modes for the remaining three are untouched (none,manual,none).