|
21 | 21 |
|
22 | 22 | jobs: |
23 | 23 | build: |
24 | | - runs-on: github-ubuntu-latest-m # Public repo uses custom GitHub-hosted runner |
| 24 | + runs-on: sonar-m-public |
25 | 25 | name: Build |
26 | 26 | permissions: |
27 | 27 | id-token: write # Required for Vault OIDC authentication |
|
56 | 56 | fail-fast: false |
57 | 57 | matrix: |
58 | 58 | item: |
59 | | - - { runner: github-ubuntu-latest-m, profile: without-sonarqube-project, sq_version: LATEST_RELEASE } |
60 | | - - { runner: github-ubuntu-latest-m, profile: only-sonarqube-project, sq_version: LATEST_RELEASE } |
| 59 | + - { runner: sonar-m-public, profile: without-sonarqube-project, sq_version: LATEST_RELEASE } |
| 60 | + - { runner: sonar-m-public, profile: only-sonarqube-project, sq_version: LATEST_RELEASE } |
61 | 61 | - { runner: github-windows-latest-m, profile: without-sonarqube-project, sq_version: LATEST_RELEASE } |
62 | 62 | - { runner: github-windows-latest-m, profile: only-sonarqube-project, sq_version: LATEST_RELEASE } |
63 | 63 | name: Ruling QA |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | needs: |
126 | 126 | - build |
127 | 127 | if: ${{ needs.build.outputs.deployed }} |
128 | | - runs-on: github-ubuntu-latest-m |
| 128 | + runs-on: sonar-m-public |
129 | 129 | permissions: |
130 | 130 | id-token: write |
131 | 131 | contents: write |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | needs: |
169 | 169 | - build |
170 | 170 | if: ${{ needs.build.outputs.deployed }} |
171 | | - runs-on: github-ubuntu-latest-m |
| 171 | + runs-on: sonar-m-public |
172 | 172 | permissions: |
173 | 173 | id-token: write |
174 | 174 | contents: write |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | needs: |
211 | 211 | - build |
212 | 212 | if: ${{ needs.build.outputs.deployed }} |
213 | | - runs-on: github-ubuntu-latest-l |
| 213 | + runs-on: sonar-l-public |
214 | 214 | permissions: |
215 | 215 | id-token: write |
216 | 216 | contents: write |
@@ -245,7 +245,7 @@ jobs: |
245 | 245 | needs: |
246 | 246 | - build |
247 | 247 | if: ${{ needs.build.outputs.deployed }} |
248 | | - runs-on: github-ubuntu-latest-m |
| 248 | + runs-on: sonar-m-public |
249 | 249 | permissions: |
250 | 250 | id-token: write |
251 | 251 | contents: write |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 | needs: |
293 | 293 | - build |
294 | 294 | if: ${{ needs.build.outputs.deployed }} |
295 | | - runs-on: github-ubuntu-latest-m |
| 295 | + runs-on: sonar-m-public |
296 | 296 | permissions: |
297 | 297 | id-token: write |
298 | 298 | contents: write |
@@ -383,7 +383,7 @@ jobs: |
383 | 383 | - autoscan |
384 | 384 | - qa-os-win |
385 | 385 | if: ${{ needs.build.outputs.deployed }} |
386 | | - runs-on: github-ubuntu-latest-s # Public repo uses custom GitHub-hosted runners |
| 386 | + runs-on: sonar-s-public |
387 | 387 | name: Promote |
388 | 388 | permissions: |
389 | 389 | id-token: write |
|
0 commit comments