The following failing analysis ID: "06132a30-318f-4cef-a52a-125e19fb48d1"

Template for a good new topic, formatted with Markdown:

  • ALM used (GitHub)
  • CI system used (GitHub Action)
  • Languages of the repository : javascript, CSS

Could you please help us to find out why the analysis has been failed
analysis ID: “06132a30-318f-4cef-a52a-125e19fb48d1”

Hi,

Welcome to the community and thanks for this report!

Can you provide the approximate date/time of this failure? Having that will help us find it in our logs.

 
Thx,
Ann

Hi,

We were able to find this even without the timestamp. Here’s the error:

ERROR: Issue exclusions are misconfigured. File pattern is mandatory for each entry of 'sonar.issue.ignore.multicriteria'

 
HTH,
Ann

Hi Ann,
I hope you are doing well. Thanks for your update. I raised this case because after that error, the GitHub repository was no longer synced with the Sonar Project; it says the Last analysis was on 21 Apr 2025.
Could you please help me find the issue? I don’t want to remove and re-add the project since we will lose the history, and I think it consumes the LOC license again.
I really appreciate any help you can provide.

Hi,

It’s still synced. It’s just that analysis can’t run with that misconfiguration. As I posted above, the problem is that your issue exclusions are misconfigured. I don’t know whether you’ve tried to set them up in your .sonarcloud.properties file or through the UI, but you’ll need to make sure that for each exclusion you specify both the issue key and which files it should not apply to.

 
HTH,
Ann