File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3131 version : 2025.7.12
3232 - uses : SonarSource/ci-github-actions/build-maven@v1
3333 id : build-maven
34+ env :
35+ MAVEN_OPTS : " -Xmx8g"
3436 with :
3537 deploy-pull-request : true
3638 sonar-platform : none # Prevent analysis
@@ -171,6 +173,7 @@ jobs:
171173 env :
172174 SONAR_HOST_URL : ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}
173175 SONAR_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).SONAR_TOKEN }}
176+ MAVEN_OPTS : " -Xmx8g"
174177 run : |
175178 mvn verify --batch-mode -f sonar-java-plugin/pom.xml -Psanity -Dtest=SanityTest
176179
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.sonarsource.parent</groupId >
77 <artifactId >parent</artifactId >
8- <version >85 .0.0.3035 </version >
8+ <version >86 .0.0.3040 </version >
99 </parent >
1010
1111 <groupId >org.sonarsource.java</groupId >
You can’t perform that action at this time.
0 commit comments