Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
Where does that error come from ?
Where does “Java 1.8.0_275 AdoptOpenJDK (64-bit)” come from ?
Do I have control over it, so I can reference a newer version of OpenJDK, through the step or otherwise ?
If I globally install the latest Java version inside the runner, before this SonarCloud step is executed, would it use that Java version instead of the problematic “Java 1.8.0_275 AdoptOpenJDK (64-bit)”
I was actually using an older version of the sample code, now I see it has been updated with the explicit JDK inclusion.
Without explicitly setuping Java, where does SonarCloud take the Java 1.8.0_275 from ? Might that instance of Java come preinstalled on the GitHub Actions runner ?