Releases: javiertuya/sonarqube-action
Releases · javiertuya/sonarqube-action
v1.4.1
Update sonarscanner to v6.2.1
v1.4.0
Update sonarscanner to v6.1.0
v1.3.2
- Support more artifacts to restore
v1.3.1
- Add java-directory parameter to allow compile in a subfolder of working-directory
v1.3.0
- Update default Java version to 17 (required by SonarCloud)
- Update Sonar Scanner to 5.0.1
- Other dependency updates
v1.2.0
- Update actions/download-artifact to v4.0.0 to align with workflows that use the v4 of actions/upload-artifact
- Other dependency updates
v1.1.2
Dependency updates
v1.1.1
- Use github token to compile to allow authenticate github packages
v1.1.0
- Supports up to four artifacts to restore
v1.0.0
Initial release:
- Cache setup and compilation
- Optional restore of one or more artifacts to send additional info to SonarQube (e.g. coverage)
- Check the quality gate
- Does not require any change in the pom.xml, all configuration is read from sonar-project.properties