Releases: SonarSource/sonarcloud-github-action
Releases · SonarSource/sonarcloud-github-action
v4.0.0
This new version of the GitHub action for SonarQube Cloud is going to be the last one specifically designed for SonarQube Cloud.
Since v4.1.0, the former GitHub action for SonarQube Server (sonarqube-scan-action
) is the entrypoint for both Server and Cloud: a single GitHub action to interact with the SonarQube solution, whether on premise or in the cloud!
You can read more about the unified action here.
What's Changed
- SCSCANGHA-25 Remove docker and SCSCANGHA-28 Rebranding by @antonioaversa in #98
- SCSCANGHA-32 Shorten description and remove mend docker check by @antonioaversa in #99
New Contributors
- @Godin made their first contribution in #93
- @pavel-mikula-sonarsource made their first contribution in #96
- @antonioaversa made their first contribution in #98
Full Changelog: v3...v4.0.0
v3.1.0
What's Changed
- SCSCANGHA-24 Update the Docker base image to the latest minor 11.1 by @henryju in #94
Full Changelog: v3...v3.1.0
v3.0.0
What's Changed
- Prevent globbing and word splitting by @vil02 in #84
- Bump cirrus modules by @antoine-vinot-sonarsource in #86
- SCSCANGHA-23 Update scanner cli to v11.0 by @istvan-bodo-sonarsource in #90
New Contributors
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- SCSCANGHA-18 Add workflow to automate tags creation upon release by @antoine-vinot-sonarsource in #81
- SCSCANGHA-22 Revert "SCSCANGHA-16 Support passing args with spaces (#79)" by @csaba-feher-sonarsource in #83
New Contributors
- @csaba-feher-sonarsource made their first contribution in #83
Full Changelog: v2...v2.3.0
v2.2.0
What's Changed
- docs: update checkout GitHub Action to the latest version by @froblesmartin in #61
- SC-12363 Improve the SonarCloud Intro in README.md by @claire-villard-sonarsource in #65
- Makes sonarsource/analysis-experience-squad the code owner by @alexandre-odoux-sonarsource in #66
- SCSCANGHA-3 Update the condition to detect "build.gradle.kts" files by @leveretka in #71
- SCSCANGHA-6 Add Github Actions tests by @antoine-vinot-sonarsource in #72
- SCSCANGHA-6 Fix main branch name in GitHub workflow by @antoine-vinot-sonarsource in #73
- SCSCANGHA-9 Enable Mend scan by @antoine-vinot-sonarsource in #75
- Enable debug logging when GitHub Actions debug logging is enabled by @ari-becker in #43
- SCSCANGHA-15 Add test for scanner debug logging by @istvan-bodo-sonarsource in #77
- SCSCANGHA-13 Warning instead of failure for Maven/Gradle projects by @antoine-vinot-sonarsource in #76
- SCSCANGHA-5 Update the base image by @antoine-vinot-sonarsource in #78
- SCSCANGHA-16 Support passing args with spaces by @istvan-bodo-sonarsource in #79
- Use a placeholder for the action version in README by @antoine-vinot-sonarsource in #80
- Drop GH token from README by @bogdanakushnir in #46
Fix cleanup script and update README
Fix permissions of .scannerwork directory after scan
Update README
v2.0.2 SC-9154 Update links in README
Update README
v2.0.1 SC-9154 Update SonarCloud GitHub Action docs (#54)
Update scanner base image to sonar-scanner-cli:5.0
v2.0.0 Update scanner cli version to 5.0 (#51)