Skip to content

Commit 6e33ca2

Browse files
authored
Merge pull request #1188 from amvanbaren/update-sonar-github-action
Update Sonar github action
2 parents b20abd6 + bdfdec1 commit 6e33ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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 }}
@@ -87,7 +87,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)