This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 837d8d160db Remove : remove an useless param for sonar (#25568)
837d8d160db is described below
commit 837d8d160db78f1735c01109bbadf2f45cf0b09d
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu May 11 10:28:49 2023 +0800
Remove : remove an useless param for sonar (#25568)
Co-authored-by: shardingsphere <[email protected]>
---
.github/workflows/check-sonarcloud.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/check-sonarcloud.yml
b/.github/workflows/check-sonarcloud.yml
index ceb1f419e3d..95bd3e9d736 100644
--- a/.github/workflows/check-sonarcloud.yml
+++ b/.github/workflows/check-sonarcloud.yml
@@ -69,7 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: ./mvnw clean sonar:sonar \
- -Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=apache \
-Dsonar.projectKey=apache_shardingsphere \
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \