Hello, we are using SonarQube Server Developer Edition and recently upgraded to v2025.4.2. Since then, the SonarQubeAnalyze@7 task in our Azure DevOps pipeline for our largest project is showing this warning:
##[error]ERROR: (node:2108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
This task seems to complete but the displayed warning in our pipeline makes it seem like it failed. Is there anything to configure to disable this warning, or is this a known issue?