Skip to content

Unified Dogfooding scans #98

Unified Dogfooding scans

Unified Dogfooding scans #98

name: Unified Dogfooding scans
on:
schedule:
# Run the workflow every day at 04:00 UTC
- cron: '0 4 * * *'
workflow_dispatch:
jobs:
build:
runs-on: github-ubuntu-latest-s
name: Build
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-maven@master
with:
run-shadow-scans: true
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: "SonarSource_sonarqube-ide-visualstudio-roslyn"
primary_platform: "Next"
shadow1_project_key: "SonarSource_sonarqube-ide-visualstudio-roslyn"
shadow1_platform: "SQC-EU"
shadow2_project_key: "SonarSource_sonarqube-ide-visualstudio-roslyn"
shadow2_platform: "SQC-US"