Skip to content

Commit 586a8c4

Browse files
authored
ci: update gh action for sonar scanner main analysis (#705)
ci: update gh action for sonnar scanner main analysis
1 parent 4c1d5db commit 586a8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ./.github/actions/download-lint-report
3030

3131
- name: SonarCloud Scan
32-
uses: SonarSource/sonarcloud-github-action@latest
32+
uses: SonarSource/sonarqube-scan-action@v4.2.1
3333
env:
3434
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)