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 d4b24d6 commit b695294Copy full SHA for b695294
.github/workflows/ci.yml
@@ -27,9 +27,8 @@ jobs:
27
- name: Upload coverage report
28
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '21.x' }}
29
uses: codecov/codecov-action@v3
30
- - name: SonarCloud Scan
+ - name: SonarQube Scan
31
32
- uses: sonarsource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v4
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments