File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4444 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
45- run : mvn -B verify sonar:sonar -Pcoverage -Dsonar.projectKey=microcks_microcks-testcontainers-java
45+ run : mvn -B verify org.sonarsource.scanner.maven: sonar-maven-plugin :sonar -Pcoverage -Dsonar.projectKey=microcks_microcks-testcontainers-java
4646
4747# - name: Build and analyze
4848# env:
Original file line number Diff line number Diff line change 214214 <profiles >
215215 <profile >
216216 <id >coverage</id >
217- <dependencies >
218- <dependency >
219- <groupId >org.sonarsource.scanner.maven</groupId >
220- <artifactId >sonar-maven-plugin</artifactId >
221- <version >3.9.1.2184</version >
222- <scope >test</scope >
223- </dependency >
224- </dependencies >
225217 <build >
226218 <plugins >
227219 <plugin >
You can’t perform that action at this time.
0 commit comments