Skip to content

Commit 86180ba

Browse files
committed
fix: sonarqube error
1 parent 575917b commit 86180ba

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
@@ -58,7 +58,7 @@ jobs:
5858
run: pnpm coverage
5959

6060
- name: SonarCloud Scan
61-
uses: SonarSource/sonarcloud-github-action@master
61+
uses: SonarSource/sonarcloud-github-action@v1.8
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)