Skip to content

SONARJAVA-5824 Migrate QA from Cirrus to Github actions #6

SONARJAVA-5824 Migrate QA from Cirrus to Github actions

SONARJAVA-5824 Migrate QA from Cirrus to Github actions #6

Workflow file for this run

name: Build
on:
push:
branches:
- master
- branch-*
- dogfood-*
pull_request:
workflow_dispatch:
schedule:
- cron: "30 1 * * *" # Run daily at 01:30 AM UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
plugin-qa:
strategy:
fail-fast: false
matrix:
sq_version:
- LATEST_RELEASE
- DEV
name: Plugin QA - SQ ${{ matrix.sq_version }}
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
contents: write
env:
BUILD_NUMBER: 40642
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
submodules: recursive
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: 2025.7.12
- name: Configure Maven
uses: SonarSource/ci-github-actions/config-maven@v1
with:
artifactory-reader-role: private-reader
- name: Plugin QA
run: |
cd its/plugin
mvn package --batch-mode -Pit-plugin -Dsonar.runtimeVersion=${{ matrix.SQ_VERSION }} -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=classes -DuseUnlimitedThreads=true