File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,11 @@ jobs:
283283 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
284284 COVERALLS_RUN_LOCALLY : 1
285285
286- - name : SonarCloud Scan (https://sonarcloud.io/dashboard?id=github.com.tarlepp.symfony-flex-backend)
287- uses : sonarsource/sonarcloud-github -action@master
286+ - name : SonarQube Scan (https://sonarcloud.io/dashboard?id=github.com.tarlepp.symfony-flex-backend)
287+ uses : SonarSource/sonarqube-scan -action@v5.0.0
288288 env :
289289 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
290- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarcloud-github -action#secrets
290+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarqube-scan -action?tab=readme-ov-file#environment-variables
291291
292292 - name : Create PhpMetrics report
293293 run : make phpmetrics
You can’t perform that action at this time.
0 commit comments