Github Actions with Sonarqube for Java and Golang

You’ll want to add something like this to your pom.xml to capture files outside what Maven considers the source files.

<properties>
        <sonar.sources>src/main/java,src/main/golang</sonar.sources>
</properties>