File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
22
22
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
23
23
run : bundle exec rspec
24
24
25
- - name : SonarCloud Scan
26
- uses : sonarsource/sonarcloud-github -action@master
25
+ - name : SonarQube Scan
26
+ uses : sonarsource/sonarqube-scan -action@master
27
27
with :
28
28
args : >
29
- -Dsonar.organization=readytech
30
- -Dsonar.projectKey=rdytech_patches
31
- -Dsonar.host.url=https://sonarcloud.io
29
+ -Dsonar.projectKey=rdytech_patches_4fe7fcf4-bbfc-4b19-be78-87e73d1f301e
30
+ -Dsonar.host.url=https://sonarqube.readytech.io
32
31
-Dsonar.sources=lib/
33
32
-Dsonar.inclusions=**/*.rb
34
33
-Dsonar.tests=spec/
35
34
-Dsonar.ruby.coverage.reportPaths=coverage/.resultset.json
35
+ -Dsonar.plugins.downloadOnlyRequired=true
36
36
env :
37
37
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments