Azure DevOps Scans Throwing baseline-browser-mapping Error

Description: Scans were running fine until 12/24/25. After that date scans started to exhibit the error below:

  • Extension: Azure DevOps SonarQube Cloud
    SonarQube Cloud - Visual Studio Marketplace

  • ALM: Azure DevOps

  • CI: Azure DevOps

  • Language: Typescript

  • Error observed:
    ERROR [baseline-browser-mapping] The data in this module is over two months old.

  • ADO Step detail:

 - task: SonarCloudAnalyze@3
   displayName: 'SonarCloud Code Analysis'
   inputs:
      jdkversion: 'JAVA_HOME_11_X64
4 Likes

Just fyi, I have upgraded to v4 of SonarCloudAnalyzer, but the same error.

1 Like

Yup…I did the same. Same result. Thanks for the sanity check!

Hi there, @jbeardgesa and @tomburger

Thank you for reporting this!

Can you confirm that this adds an error without failing the build? Another user reported something similar

In the meantime we created a ticket to track the issue.

Denis

Hi Denis,

yes, it is not breaking build. It reports errors in the results of the build, but the build itself goes on.

Thanks for creating the bug. Looking forward to have it fixed.

Tom

Hi Denis,

It depends on how the pipeline is setup. I have pipelines that are failing and some that are not. I have to adjust the ones that are failing to accept the non-zero return code from the scan stage in some instances. Thanks for creating the case.

John

My company is having this issue as well. The odd thing is that it is not a consistent issue on all of our PRs. It is only occurring on a few, but it is a pain to deal with. I also appreciate you working on this, but would like to see it resolved as soon as possible.

Can we please downgrade this to a warning? this is halting all of our pipelines unnecessarily.