We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83f03a commit bf9147bCopy full SHA for bf9147b
.github/workflows/quality-checks.yml
@@ -337,7 +337,7 @@ jobs:
337
run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
338
339
- name: SonarCloud Scan
340
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
341
if: ${{ steps.check_java.outputs.uses_java == 'false' && env.SONAR_TOKEN_EXISTS == 'true' }}
342
env:
343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments