This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 3f8851778301781a7b0523ea79cbb32ab0fb004b Author: Haonan <[email protected]> AuthorDate: Wed Apr 17 16:25:00 2024 +0800 Fix sonar analysis warning --- .github/workflows/sonar-codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-codecov.yml b/.github/workflows/sonar-codecov.yml index df12ba6ba53..46fa342af15 100644 --- a/.github/workflows/sonar-codecov.yml +++ b/.github/workflows/sonar-codecov.yml @@ -79,5 +79,5 @@ jobs: -Dsonar.organization=apache \ -Dsonar.projectKey=apache_iotdb \ -Dsonar.host.url=https://sonarcloud.io \ - -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \ + -Dsonar.token=${{ secrets.SONARCLOUD_TOKEN }} \ -DskipTests -pl '!distribution,!integration-test' -am
