Releases: kitabisa/sonarqube-action
Releases · kitabisa/sonarqube-action
v1.2.1
What's Changed
- Fix path of $INPUT_PROJECTBASEDIR by @olofvndrhr in #40
New Contributors
- @olofvndrhr made their first contribution in #40
Full Changelog: v1.2.0...v1.2.1
v1.2.0
513476d Update readme
b3336b3 update(entrypoint): code-style & sonar sources pointing to project base dir
214c4b6 update(entrypoint): remove conditional trigger event & dynamic source encoding and code-style
70d39d8 Add source encoding
7e63816 Update readme
9d60bdd update(entrypoint): exit early on Maven/Gradle project, and - display warning on auth w/o using token - proper sonar-project.properties
link - unset JAVA_HOME
environment (fix #31)
Full Changelog: v1.1.2...v1.2.0
v1.1.1
Release v1.1.0
Release v1.0.1
Changelog
- Fix Constant "workspace" as Project Key & Name (PR #10)
v1.0.1 Development
DEPRECATED!
Changelog
- Removes a constant value that will rewrite values of sonar project properties, which consist of:
sonar.projectKey
, andsonar.projectName
Release v1.0.0
Changelog
- Add project identity parameters #6
- ➖ Remove unused variable
- 📘 Update usage docs
Release candidate for v1.0.0
- 🐛 Bug fixes for #5
- 📝 Update docs
Release for v0.1.2
First release
v0.0.1 add condition event only in PR