Azure DevOps SonarCloudAnalyze [error]ERROR: [baseline-browser-mapping]

I’ve just tested this about 10 mins ago on a dotnet only project and it’s still an an issue.

Azure Pipelines extension installed: 8.0.1 (Latest)
Azure Pipeline task: SonarQubeAnalyze@8.0.1

09:09:54.812 ERROR: [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`

Build • Dotnet Build & Test • Run SonarQube Analysis
1 Like

@DesertDrifta

Sorry, I assumed this thread was only for the SonarCloud extension.

For the SonarQube extension, it will depends on your SonarQube Server version. Unfortunately, the plugin which caused the issue has not been upgraded yet on SonarQube Server.

@antoine.vinot thanks, I can confirm the issues is not occurring in latest runs based on SonarCloud

2 Likes

Any updates on when the issue with SonarQube server will be fixed? If not, is there a place we can track it’s progress?

Hi @D_Pruitt,

This should be fixed in the next releases, including SonarQube Server 2026.1 LTA, announced yesterday.

 
HTH,
Ann

1 Like

I can confirm after upgrading Sonarqube to the current latest(v2026.1 - 119033) the issue is now resolved.

  • Azure Extension: 8.0.2 (Latest)
    
    task: SonarQubeAnalyze@8.0.2
    
    Sonarqube Server version: v2026.1 (119033)
    

Thanks!

2 Likes