Skip to content

Commit 6abffd5

Browse files
authored
Updated node.yml
1 parent 150a1d9 commit 6abffd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/node.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ jobs:
3434
ls -al coverage
3535
3636
- name: SonarCloud Scan
37-
uses: SonarSource/sonarcloud-github-action@master
37+
uses: sonarsource/sonarqube-scan-action@v4
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SONAR_TOKEN: 3846aa5041adeb0739dbe72dc92e77078e041a0e
41-
42-
- name: Upload coverage to codecov
43-
run: curl -s https://codecov.io/bash | bash

0 commit comments

Comments
 (0)