File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 run : find ~/.gradle/caches -type f -name '*.jar' -exec cp {} server/libraries \;
7676 - name : SonarCloud Scan on PR
7777 if : github.event.workflow_run.event == 'pull_request'
78- uses : sonarsource/sonarcloud-github -action@master
78+ uses : SonarSource/sonarqube-scan -action@master
7979 env :
8080 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8181 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
8787 -Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
8888 - name : SonarCloud Scan on push
8989 if : github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name
90- uses : sonarsource/sonarcloud-github -action@master
90+ uses : SonarSource/sonarqube-scan -action@master
9191 env :
9292 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9393 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments