Skip to content

Commit a39f8d7

Browse files
committed
chore: Update sonar workflow
1 parent 70d8226 commit a39f8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: npm ci
2222
- name: Test and coverage
2323
run: npm run test:coverage
24-
- name: SonarCloud Scan
25-
uses: SonarSource/sonarcloud-github-action@v3.1.0
24+
- name: Official SonarQube Scan
25+
uses: SonarSource/sonarqube-scan-action@v6.0.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)