Skip to content

Commit 07521ba

Browse files
SONARJAVA-5912 Update parent pom to 86.0.0.3040 (#5374)
1 parent 8e73ccb commit 07521ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)