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 8a972e6 commit c2a1954Copy full SHA for c2a1954
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: npm run test:unit:browser
30
- run: npm run test:unit:node
31
- run: npm run test:webpack
32
- # Upload coverage for sonarcube (only matching OS and one node version required)
+ # Upload coverage for sonar (only matching OS and one node version required)
33
- uses: actions/upload-artifact@v4
34
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x' }}
35
with:
@@ -50,7 +50,7 @@ jobs:
50
51
name: code-coverage-ubuntu-latest-22.x
52
path: coverage/
53
- - uses: SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5
+ - uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments