Skip to content

Commit 9fd3771

Browse files
authored
Update SonarCloudCodeAnalysis.yml
1 parent d0de672 commit 9fd3771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/SonarCloudCodeAnalysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # 在GitHub仓库Secrets中设置的SonarCloud Token
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub自动提供的Token,用于上传PR检查结果
4040
run: |
41-
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ACANX -Dsonar.organization=acanx -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dgpg.skip=true -e -X
41+
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=acanx -Dsonar.organization=acanx -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dgpg.skip=true -e -X

0 commit comments

Comments
 (0)