Skip to content

Commit 2cb0e6c

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 98d215c commit 2cb0e6c

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
@@ -40,8 +40,8 @@ jobs:
4040
token: ${{ secrets.CODECOV_TOKEN }} # required
4141
verbose: true # optional (default = false)
4242

43-
- name: SonarCloud Scan
44-
uses: SonarSource/sonarcloud-github-action@master
43+
- name: Analyze with SonarQube / SonarCloud
44+
uses: SonarSource/sonarqube-scan-action@master
4545
env:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747
# Needed to get PR information, if any

0 commit comments

Comments
 (0)