Skip to content

Commit aa173e8

Browse files
committed
Changed deprecated SonarSource/sonarcloud-github-action GitHub action image to SonarSource/sonarqube-scan-action
1 parent 390e23f commit aa173e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)