File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 secrets :
66 SONAR_TOKEN :
77 required : true
8+ inputs :
9+ extraArgs :
10+ type : string
11+ required : false
12+ description : " Extra args to pass to SonarCloud"
813jobs :
914 sonarqube :
1015 runs-on : ubuntu-latest
2227
2328 - name : " 🩻 SonarCloud Scan"
2429 id : sonarcloud
25- uses : matrix-org/sonarcloud-workflow-action@v2.2
30+ uses : matrix-org/sonarcloud-workflow-action@v2.3
2631 with :
2732 repository : ${{ github.event.workflow_run.head_repository.full_name }}
2833 is_pr : ${{ github.event.workflow_run.event == 'pull_request' }}
3338 coverage_run_id : ${{ github.event.workflow_run.id }}
3439 coverage_workflow_name : tests.yml
3540 coverage_extract_path : coverage
36-
37-
41+ extraArgs : ${{ inputs.extraArgs }}
42+
3843 - uses : Sibz/github-status-action@v1
3944 if : always()
4045 with :
You can’t perform that action at this time.
0 commit comments