Skip to content

Commit 1b7ba66

Browse files
Remove SonarQube pull request scan step from CI workflow
1 parent 94e7c1b commit 1b7ba66

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,3 @@ jobs:
5252
args: >
5353
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
5454
-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

Comments
 (0)