Skip to content

Shadow scans

Shadow scans #270

Workflow file for this run

name: Shadow scans
on:
schedule:
# Run the workflow every day at 04:00 UTC
- cron: '0 4 * * *'
workflow_dispatch:
env:
CACHE_BACKEND: s3
jobs:
scan:
runs-on: github-ubuntu-latest-s
name: Scan on shadow platforms
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
version: 2026.4.11
- uses: SonarSource/ci-github-actions/build-maven@23d3a5700259f9890438851083904c6d5e87ff4e # 1.3.34
with:
run-shadow-scans: true
artifactory-deployer-role: qa-deployer
maven-args: -P-release,-sign -Dmaven.install.skip=true
artifactory-reader-role: private-reader
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
primary_platform: "Next"
shadow1_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
shadow1_platform: "SQC-EU"
shadow2_project_key: "org.sonarsource.sonarlint.ls:sonarlint-language-server"
shadow2_platform: "SQC-US"