Skip to content

Commit 1e5bb73

Browse files
committed
fix(CI): update sonarcloud GitHub Action
1 parent ce25d50 commit 1e5bb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Sonarcloud
6161
if: ${{ matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest' }}
62-
uses: sonarsource/sonarcloud-github-action@master
62+
uses: SonarSource/sonarqube-scan-action@v4
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)