File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11name : ci
22on :
3- pull_request :
4- branches :
5- - develop
6- - master
73 push :
8- branches :
9- - develop
10- - master
4+ branches-ignore :
5+ - none
6+ pull_request :
7+ branches-ignore :
8+ - none
119
1210concurrency :
1311 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
3129 - ' 8.2'
3230 steps :
3331 - name : Checkout code
34- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3533 with :
3634 fetch-depth : 0
3735
6664 projectBaseDir : .
6765 args : >
6866 -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
69- -Dsonar.projectVersion=${{ env.VERSION }}
7067
7168 - name : SonarQube Scan (Pull Request)
7269 if : matrix.version == '8.2' && github.event_name == 'pull_request'
7875 projectBaseDir : .
7976 args : >
8077 -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
81- -Dsonar.projectVersion=${{ env.VERSION }}
8278 -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
8379 -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
8480 -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
You can’t perform that action at this time.
0 commit comments