Sample project to show how to analyse source code from GitHub Actions.
Configuration depends on the project nature:
- See the branch
mavenfor Maven projects - See the branch
gradlefor Gradle projects - See the branch
masterfor others (PHP, Python, Javascript, Typescript, ...). The SonarCloud GitHub Actions is being used to install and run the sonar-scanner-cli. Analysis parameters are set in the file./sonar-project.properties.