Skip to content

Commit cc78108

Browse files
authored
Use proper sonar github action (#1554)
1 parent 764d661 commit cc78108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- run: npm ci
7676
- name: Run Tests
7777
run: npm run coverage
78-
- uses: sonarsource/sonarcloud-github-action@v5.0.0
78+
- uses: sonarsource/sonarqube-scan-action@v5.1.0
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)