Skip to content

Commit ab89724

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] sonarcloud deprecation replacement. https://github.com/SonarSource/sonarqube-scan-action
Warning This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
1 parent 459f100 commit ab89724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
token: ${{ secrets.CODECOV_TOKEN }} # required
3838
verbose: true # optional (default = false)
3939

40-
- name: SonarCloud Scan
41-
uses: SonarSource/sonarcloud-github-action@master
40+
- name: Analyze with SonarQube / SonarCloud
41+
uses: SonarSource/sonarqube-scan-action@master
4242
env:
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
# Needed to get PR information, if any

0 commit comments

Comments
 (0)