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 94e7c1b commit 1b7ba66Copy full SHA for 1b7ba66
1 file changed
.github/workflows/ci.yml
@@ -52,18 +52,3 @@ jobs:
52
args: >
53
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
54
-Dsonar.projectVersion=${{ env.VERSION }}
55
-
56
- - name: SonarQube Scan (Pull Request)
57
- if: github.event_name == 'pull_request'
58
- uses: SonarSource/sonarqube-scan-action@v6
59
- env:
60
- SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
61
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- with:
63
- projectBaseDir: .
64
- args: >
65
- -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
66
- -Dsonar.projectVersion=${{ env.VERSION }}
67
- -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
68
- -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
69
- -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
0 commit comments