Skip to content

Commit 0151db4

Browse files
committed
MCP-87 Temporarily remove next
1 parent 5e71940 commit 0151db4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/secondary-platform-analysis.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
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 }}

0 commit comments

Comments
 (0)