CI Github Action integration with sonarcloud suddenly fails (memory?)

Hi there,
we use CI Github action with sonarcloud since few years. Suddenly (without any kind of change in our pipeline) the integration fails with KO.
Here the log…
INFO 14016 / 32417 UCFGs simulated, memory usage: 1979 MB

ERROR [stderr] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-1-SelectorManager

We always had used SONAR_SCANNER_OPTS in YAML file with -Xmx3512m value. But about one month ago we received that error.

We don’t know that to do to solve the issue.

Thanks for your attention.

Best regards

Hi Colin, thanks for your quick reply. I’ve added SONAR_SCANNER_JAVA_OPTS env variables in YAML file. And magic happens. The issue disappear.

Thanks a lot.

Best Regards