We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbef009 + 1df84a1 commit 9f9cd3dCopy full SHA for 9f9cd3d
.github/workflows/sonarqube-cloud.yml
@@ -6,7 +6,7 @@ on:
6
7
# Actions
8
# shivammathur/setup-php@v2 https://github.com/marketplace/actions/setup-php-action
9
-# SonarSource/sonarqube-scan-action@v5 https://github.com/marketplace/actions/official-sonarqube-scan
+# SonarSource/sonarqube-scan-action@v6 https://github.com/marketplace/actions/official-sonarqube-scan
10
11
jobs:
12
@@ -48,6 +48,6 @@ jobs:
48
sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/junit.xml > build/sonar-junit.xml
49
sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/clover.xml > build/sonar-coverage.xml
50
- name: SonarCloud Scan
51
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
52
env:
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments