File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
concurrency :
117
117
group : ${{ github.workflow }}-sonarqube-openshift-${{ github.event.pull_request.number || github.ref }}
118
118
cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
119
- runs-on : ubuntu-24.04-large
119
+ runs-on : sonar-runner
120
120
name : SonarQube OpenShift Test
121
121
permissions :
122
122
id-token : write
@@ -189,7 +189,7 @@ jobs:
189
189
concurrency :
190
190
group : ${{ github.workflow }}-sonarqube-dce-openshift-${{ github.event.pull_request.number || github.ref }}
191
191
cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
192
- runs-on : ubuntu-24.04-large
192
+ runs-on : sonar-runner
193
193
name : SonarQube DCE OpenShift Test
194
194
permissions :
195
195
id-token : write
You can’t perform that action at this time.
0 commit comments