File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828 run : mvn spotless:check
2929
3030 - name : Run Unit and Integration Tests
31- run : mvn install
31+ env :
32+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
33+ run : mvn install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
3234
3335 release-check :
3436 if : github.event_name == 'pull_request' && github.base_ref == 'main'
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ limitations under the License.
3737 <google .java.format.version>1.17.0</google .java.format.version>
3838 <gpg .plugin.version>3.2.1</gpg .plugin.version>
3939 <flatten .plugin.version>1.6.0</flatten .plugin.version>
40+ <sonar .projectKey>diffblue_diffblue-sonar-plugin</sonar .projectKey>
41+ <sonar .organization>diffblue</sonar .organization>
42+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
4043 </properties >
4144
4245 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments