Skip to content

Commit bf9147b

Browse files
authored
Chore: [AEA-4399] - change sonar action to use new action (#13)
## Summary - Routine Change ### Details - change sonar scan action to use new named version
1 parent a83f03a commit bf9147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
338338

339339
- name: SonarCloud Scan
340-
uses: SonarSource/sonarcloud-github-action@master
340+
uses: SonarSource/sonarqube-scan-action@master
341341
if: ${{ steps.check_java.outputs.uses_java == 'false' && env.SONAR_TOKEN_EXISTS == 'true' }}
342342
env:
343343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)