Skip to content

MCP-87 Scan project on SQC US and Next #2

MCP-87 Scan project on SQC US and Next

MCP-87 Scan project on SQC US and Next #2

name: secondary-platform-analysis.yml
on:
push:
branches:
- master
- branch-*
- dogfood-on-*
pull_request:
merge_group:
workflow_dispatch:
jobs:
sonarQubeCloudUSAnalysis:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
runs-on: ubuntu-24.04-large
name: SonarQubeCloudUSAnalysis
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-gradle@master
with:
sonar-platform: sqc-us
deploy-pull-request: true
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer