Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/unified-dogfooding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Unified Dogfooding scans
on:
schedule:
- cron: '45 2 * * *' # Run the workflow every day at 02:45 UTC
workflow_dispatch:
pull_request:

jobs:
unified-platform-dogfooding:
runs-on: github-ubuntu-latest-s
name: Unified Platform Dogfooding
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: 2025.7.12
- uses: SonarSource/ci-github-actions/build-maven@v1
with:
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
run-shadow-scans: true
- name: Run IRIS Analysis
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
with:
primary_project_key: org.sonarsource.xml:xml
primary_platform: "Next"
shadow1_project_key: org.sonarsource.xml:xml
shadow1_platform: "SQC-EU"
shadow2_project_key: org.sonarsource.xml:xml
shadow2_platform: "SQC-US"
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@

<!-- Release: enable publication to Bintray -->
<artifactsToPublish>${project.groupId}:sonar-xml-plugin:jar</artifactsToPublish>

<sonar.organization>sonarsource</sonar.organization>
</properties>

<dependencyManagement>
Expand Down
130 changes: 0 additions & 130 deletions shadow-scan-and-issue-replication.sh

This file was deleted.

Loading