Skip to content

Commit f4890b5

Browse files
committed
Update SonarCloud GitHub Action to version 4.1.0 in continuous testing workflow
1 parent 794d611 commit f4890b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
- name: SonarCloud Scan
37-
uses: SonarSource/sonarcloud-github-action@v4.0.0
37+
uses: SonarSource/sonarqube-scan-action@v4.1.0
3838
env:
3939
SONAR_TOKEN: ${{ secrets. SONARCLOUD_TOKEN }}
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)