File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 50
50
steps :
51
51
- name : Checkout code
52
52
uses : actions/checkout@v2
53
+ with :
54
+ fetch-depth : 0
53
55
54
56
- name : SonarQube Scan (Push)
55
57
if : github.event_name == 'push'
61
63
args : >
62
64
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
63
65
-Dsonar.projectName=${{ github.event.repository.name }}
64
- -Dsonar.projectKey=" splitsoftware_split-sdk-php"
66
+ -Dsonar.projectKey=splitsoftware_split-sdk-php
65
67
-Dsonar.exclusions="**/tests/**/*.*"
66
68
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
67
69
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
76
78
args : >
77
79
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
78
80
-Dsonar.projectName=${{ github.event.repository.name }}
79
- -Dsonar.projectKey=" splitsoftware_split-sdk-php"
81
+ -Dsonar.projectKey=splitsoftware_split-sdk-php
80
82
-Dsonar.exclusions="**/tests/**/*.*"
81
83
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
82
84
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
You can’t perform that action at this time.
0 commit comments