We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a80af commit 0b36149Copy full SHA for 0b36149
.github/workflows/build.yml
@@ -200,7 +200,7 @@ jobs:
200
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}
201
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_TOKEN }}
202
run: |
203
- PULL_REQUEST_SHA=$GIT_SHA1 mvn clean verify sonar:sonar --batch-mode --activate-profiles coverage --define maven.deploy.skip=true
+ PULL_REQUEST_SHA=$GIT_SHA1 mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --batch-mode --activate-profiles coverage --define maven.deploy.skip=true
204
- name: Build Java Custom Rules Example
205
env:
206
0 commit comments