You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the extractor only supports Kotlin 2.1.X, but there is already a 2.2.0-Beta release so updating the Kotlin version (for tests) does not work if you also have a GitHub ruleset that requires a successful CodeQL run and its results.
The text was updated successfully, but these errors were encountered:
Hi @hfhbd thanks for reaching out. We are aware of the new beta release and the upcoming 2.2.0 version release and we are prioritizing this work as we speak. We cannot yet commit to a date when 2.2.0 support will happen, but we're working on it 👍.
In the meantime, maybe I'd advise doing either of
not updating to a beta Kotlin version in your main branch, and use beta only in a branch for your tests
make sure you stick to a released Kotlin version in your CodeQL workflow only (which is only possible with advanced setup)
Description of the issue
Currently, the extractor only supports Kotlin 2.1.X, but there is already a 2.2.0-Beta release so updating the Kotlin version (for tests) does not work if you also have a GitHub ruleset that requires a successful CodeQL run and its results.
The text was updated successfully, but these errors were encountered: