Skip to content

Releases: javiertuya/sonarqube-action

v1.4.0

16 Jul 06:26
Compare
Choose a tag to compare

Update sonarscanner to 6.1

v1.3.2

27 Jun 06:00
Compare
Choose a tag to compare
  • Support more artifacts to restore

v1.3.1

10 Mar 11:13
Compare
Choose a tag to compare
  • Add java-directory parameter to allow compile in a subfolder of working-directory

v1.3.0

27 Jan 12:38
Compare
Choose a tag to compare
  • Update default Java version to 17 (required by SonarCloud)
  • Update Sonar Scanner to 5.0.1
  • Other dependency updates

v1.2.0

17 Dec 16:17
Compare
Choose a tag to compare
  • 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

03 Dec 06:58
Compare
Choose a tag to compare

Dependency updates

v1.1.1

31 Jul 09:47
Compare
Choose a tag to compare
  • Use github token to compile to allow authenticate github packages

v1.1.0

02 Jul 05:50
Compare
Choose a tag to compare
  • Supports up to four artifacts to restore

v1.0.0

17 Jun 21:33
Compare
Choose a tag to compare

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