Skip to content

Commit 7a6ea6e

Browse files
authored
Merge pull request #588 from sir-gon/develop
[CONFIG] [Github Actions] sonarcloud deprecation replacement. https:/…
2 parents 459f100 + ab89724 commit 7a6ea6e

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)