Skip to content

Commit 63d9f49

Browse files
authored
Merge pull request #610 from neo4j/replace-sonarcloud-action
Replace sonarcloud action with sonarqube
2 parents 8440433 + 5168f49 commit 63d9f49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
workflows: [Test]
66
types: [completed]
77
jobs:
8-
sonarcloud:
9-
name: SonarCloud
8+
sonarqube:
9+
name: SonarQube
1010
runs-on: ubuntu-latest
1111
if: github.event.workflow_run.conclusion == 'success'
1212
steps:
@@ -46,8 +46,8 @@ jobs:
4646
unzip lcov_info.zip
4747
mkdir coverage
4848
mv lcov.info coverage
49-
- name: SonarCloud Scan
50-
uses: SonarSource/sonarcloud-github-action@master
49+
- name: SonarQubeScan Scan
50+
uses: SonarSource/sonarqube-scan-action@v6
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)