Skip to content

Commit cc55bb1

Browse files
authored
Merge pull request #624 from sir-gon/develop
[CONFIG] [Github Actions] sonarcloud deprecation replacement. https:/…
2 parents 98d215c + 2cb0e6c commit cc55bb1

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)