We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e777292 commit 6d73755Copy full SHA for 6d73755
1 file changed
.github/workflows/unified-dogfooding.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
unified-platform-dogfooding:
9
- runs-on: github-ubuntu-latest-m
+ runs-on: github-ubuntu-latest-l
10
name: Unified Platform Dogfooding
11
permissions:
12
id-token: write
@@ -17,12 +17,11 @@ jobs:
17
with:
18
version: 2025.7.12
19
- uses: SonarSource/ci-github-actions/build-maven@v1
20
- env:
21
- MAVEN_OPTS: "-Xmx8g"
22
23
run-shadow-scans: true
24
artifactory-reader-role: private-reader
25
artifactory-deployer-role: qa-deployer
+ scanner-java-opts: '-Xmx2g'
26
- name: Run IRIS Analysis
27
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
28
0 commit comments