Skip to content

Commit 6d73755

Browse files
Change the runner and options for unified dogfooding
1 parent e777292 commit 6d73755

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/unified-dogfooding.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
unified-platform-dogfooding:
9-
runs-on: github-ubuntu-latest-m
9+
runs-on: github-ubuntu-latest-l
1010
name: Unified Platform Dogfooding
1111
permissions:
1212
id-token: write
@@ -17,12 +17,11 @@ jobs:
1717
with:
1818
version: 2025.7.12
1919
- uses: SonarSource/ci-github-actions/build-maven@v1
20-
env:
21-
MAVEN_OPTS: "-Xmx8g"
2220
with:
2321
run-shadow-scans: true
2422
artifactory-reader-role: private-reader
2523
artifactory-deployer-role: qa-deployer
24+
scanner-java-opts: '-Xmx2g'
2625
- name: Run IRIS Analysis
2726
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
2827
with:

0 commit comments

Comments
 (0)