#[warning]Task 'SonarQube build breaker' version 8 (sonar-buildbreaker@8) is dependent on a Node ver

I am getting below warning on Sonar Build Breaker task

##[warning]Task ‘SonarQube build breaker’ version 8 (sonar-buildbreaker@8) is dependent on a Node version (10) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: Add a build or release task in an extension - Azure DevOps | Microsoft Learn

I also tried to update the SonarBuild Breaker task to 9 but its not worked well

Hey there.

You’ll want to raise an issue with the maintainer of this task (GitHub - simondel/sonar-buildbreaker-vsts: VSTS task to break your build when you failed the quality gate), or start using sonar.qualitygate.wait=true in your pipelines.

Hi Sravan, I am also getting the same warning. Did you resolve the warning? If yes, please share your resolution procedure. It would be greatly appreciated.