File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77# Actions
88# 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
9+ # SonarSource/sonarqube-scan-action@v6 https://github.com/marketplace/actions/official-sonarqube-scan
1010
1111jobs :
1212
@@ -137,6 +137,6 @@ jobs:
137137 sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/junit.xml > build/sonar-junit.xml
138138 sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/clover.xml > build/sonar-coverage.xml
139139 - name : SonarCloud Scan
140- uses : SonarSource/sonarqube-scan-action@v5
140+ uses : SonarSource/sonarqube-scan-action@v6
141141 env :
142142 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments