Skip to content

Commit b5951bf

Browse files
committed
chore: update sonar action to latest
1 parent 581fb1b commit b5951bf

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@v1.8
61+
uses: SonarSource/sonarcloud-github-action@master
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)