File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 1010 workflow_dispatch :
1111
1212jobs :
13- sonarQubeNextAnalysis :
14- concurrency :
15- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16- cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
17- runs-on : ubuntu-24.04-large
18- name : SonarQubeNextAnalysis
19- permissions :
20- id-token : write
21- contents : write
22- steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24- - uses : jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
25- with :
26- version : 2025.7.12
27- - uses : SonarSource/ci-github-actions/build-gradle@master
28- with :
29- deploy-pull-request : true
30- artifactory-reader-role : private-reader
31- artifactory-deployer-role : qa-deployer
32-
3313 sonarQubeCloudUSAnalysis :
3414 concurrency :
3515 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments