Skip to content

Commit 788b220

Browse files
committed
ci: update SonarCloud action to use the correct scan action and improve comments
1 parent 9c0edb8 commit 788b220

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
name: vitest-code-coverage-report
7373
path: ./coverage/
7474

75-
- name: SonarCloud scan
76-
uses: SonarSource/sonarcloud-github-action@master
75+
- name: SonarCloud (SonarQube) Scan
76+
uses: SonarSource/sonarqube-scan-action@v5
7777
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
78+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Zum Abruf von PR-Daten etc.
7979
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)