- We use Sonarcloud + Github actions.
- We use Java11
- We use the "sonar:3.9.1.2184:sonar’ maven plugin
Whenever we start a run on Github actions it logs the following:
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ project ---
[INFO] User cache: /home/runner/.sonar/cache
[INFO] SonarQube version: 8.0.0.38177
Sonarqube version 8.0.0 is quite outdated and we want to use the faster PR analysis.
Where does the SonarQube version come from? The Maven plugin? Our ubuntu host?