Skip to content

Commit 5f0f539

Browse files
chore(deps): bump SonarSource/sonarcloud-github-action from 3 to 4 (#109)
1 parent 1ede0b8 commit 5f0f539

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
@@ -24,6 +24,6 @@ jobs:
2424
- run: npm run build
2525
- name: SonarCloud Scan
2626
if: env.SONAR_TOKEN != null
27-
uses: SonarSource/sonarcloud-github-action@v3
27+
uses: SonarSource/sonarcloud-github-action@v4
2828
env:
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)