I’m using the Bitbucket pipe sonarcloud-scan:1.4.0
It’s the latest, but it uses Java 11.0.3 in its Dockerfile.
- Bitbucket Cloud
- pipe: sonarsource/sonarcloud-scan:1.4.0
SonarCloud recently started to display this warning message:
Last analysis has warnings
The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon.
Please update to at least Java 17.
How do I request someone to update the sonar-scan bitbucket pipe to use Java 17?