Skip to content

ci: remove CodeQL workflow#9

Merged
pierrejochem merged 3 commits into
mainfrom
chore/remove-codeql
Jun 23, 2026
Merged

ci: remove CodeQL workflow#9
pierrejochem merged 3 commits into
mainfrom
chore/remove-codeql

Conversation

@pierrejochem

Copy link
Copy Markdown
Owner

CodeQL cannot analyze this project on Kotlin 2.4.0:

  • build-mode: manual/autobuild → must compile Kotlin → extractor rejects it (KotlinVersionTooRecentError, caps at < 2.3.30).
  • build-mode: none → does not support Kotlin → "no source seen".

No Java sources exist, so CodeQL has nothing it can process and the check fails on every run. Removing until the CodeQL Kotlin extractor supports 2.4.0.

🤖 Generated with Claude Code

pierrejochem and others added 3 commits June 23, 2026 14:24
CodeQL cannot analyze this project: the Kotlin extractor caps at Kotlin
< 2.3.30 (this repo is on 2.4.0), so manual/autobuild fails with
KotlinVersionTooRecent, while build-mode: none does not support Kotlin and
sees no source. With no Java sources present there is nothing CodeQL can
process, so the workflow only ever fails. Remove it until the CodeQL Kotlin
extractor supports 2.4.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@pierrejochem pierrejochem merged commit 460291a into main Jun 23, 2026
1 check passed
@pierrejochem pierrejochem deleted the chore/remove-codeql branch June 23, 2026 12: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