Skip to content

Commit

Permalink
Update sonarqube_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huqiuxiang authored Sep 14, 2024
1 parent a22b07c commit 7b913fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:

# 如果是Maven
- name: Build and analyze with Maven
run: mvn clean -Dmaven.test.skip=true verify sonar:sonar -Dsonar.projectKey=${{ github.event.repository.name }} -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }}
run: mvn clean verify sonar:sonar -Dmaven.test.skip=true -Dsonar.projectKey=${{ github.event.repository.name }} -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} -Dsonar.maven.pluginVersion=3.9.1.2184

0 comments on commit 7b913fc

Please sign in to comment.