We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8226 commit a39f8d7Copy full SHA for a39f8d7
.github/workflows/build.yml
@@ -21,8 +21,8 @@ jobs:
21
run: npm ci
22
- name: Test and coverage
23
run: npm run test:coverage
24
- - name: SonarCloud Scan
25
- uses: SonarSource/sonarcloud-github-action@v3.1.0
+ - name: Official SonarQube Scan
+ uses: SonarSource/sonarqube-scan-action@v6.0.0
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
28
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments