Skip to content

Commit 0ce8f72

Browse files
SONARJAVA-6021 Unified dogfooding : fix/setup sync for SonarJava (#5419)
1 parent f305228 commit 0ce8f72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unified-dogfooding.yml

Lines changed: 3 additions & 1 deletion
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-s
9+
runs-on: github-ubuntu-latest-m
1010
name: Unified Platform Dogfooding
1111
permissions:
1212
id-token: write
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
version: 2025.7.12
1919
- uses: SonarSource/ci-github-actions/build-maven@v1
20+
env:
21+
MAVEN_OPTS: "-Xmx8g"
2022
with:
2123
run-shadow-scans: true
2224
artifactory-reader-role: private-reader

0 commit comments

Comments
 (0)