Github CodeQL action fails, most likely because of old JDK
Summary
Since bumping to JDK 17, the 'java-kotlin' Github CodeQL Workflow fails because of old Java Runtime version.
Steps to reproduce
Look at the exceptions in the java-kotlin CodeQL Workflow of github.com/eclipse-tea/tea.
According to Github docs regarding CodeQL actions, there should be some 'Configuration' tab. Since I don't see that one, my guess is that CodeQL actions are configured by Eclipse FDN.
What is the current bug behavior?
CodeQL Job "Analyze (java-kotlin)" fails with exception caused by: java.lang.UnsupportedClassVersionError: org/eclipse/tycho/pomless/TychoTeslaProjectBuilder has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
What is the expected correct behavior?
Successfully running CodeQL Jobs.
Relevant logs and/or screenshots
See CodeQL Job logs for 'Push on master' at https://github.com/eclipse-tea/tea/actions/workflows/github-code-scanning/codeql
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
On push to master, an incoming mail regarding failed CodeQL actions, and failure indicators on the Github Actions pages.