GitHub Actions for SonarQube

I am using SonarQube 7.9

I would like to trigger a SonarQube analysis from GitHub Actions on GitHub Enterprise server. So far I have only found third-party actions like this one: https://github.com/kitabisa/sonarqube-action
Do you or will you have an action of your own to support this?

hi @MagnusTim
There is no plan to provide a template for Github Actions so far. However this might change (or not) in the next months as we are currently building our next roadmap :slight_smile:
I’m glad you found 3rd-party ones to help you. You can always trigger an analysis via basic script commands (cf https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/ ).

Out of curiosity, what kind of build technology do you use (Gradle, Maven, .NET, etc)?