Skip to content

Commit 5efdb57

Browse files
committed
Update Sonar action
1 parent 5a6f55f commit 5efdb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm run test:unit:browser
3030
- run: npm run test:unit:node
3131
- run: npm run test:webpack
32-
# Upload coverage for sonarcube (only matching OS and one node version required)
32+
# Upload coverage for sonar (only matching OS and one node version required)
3333
- uses: actions/upload-artifact@v4
3434
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x' }}
3535
with:
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
name: code-coverage-ubuntu-latest-22.x
5252
path: coverage/
53-
- uses: SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5
53+
- uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)