File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 65
65
path : " **/target/"
66
66
fail-on-cache-miss : true
67
67
key : ${{ runner.os }}-cache-java-21-${{ github.sha }}
68
- # the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
69
- # Triggering SonarQube analysis as results of it are required by Quality Gate check.
70
68
- name : SonarQube Scan
71
- uses : SonarSource/sonarqube-scan-action@v6
72
- with :
73
- args : >
74
- -Dsonar.qualitygate.wait=true
75
- -Dsonar.qualitygate.timeout=600
69
+ run : mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.qualitygate.wait=true -Dsonar.qualitygate.timeout=600
76
70
env :
77
71
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
78
72
Original file line number Diff line number Diff line change 71
71
<sonar .pluginOrganizationName>CNES</sonar .pluginOrganizationName>
72
72
<sonar .sources>src/main/java</sonar .sources>
73
73
<sonar .test>src/test/java</sonar .test>
74
+ <sonar .organization>lequal</sonar .organization>
74
75
</properties >
75
76
76
77
<dependencies >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments