Gitlab MR and branch analysis on SonarQube 9.9.4

Must-share information (formatted with Markdown):
SonarQube: Version 9.9.4, developer edition, analysing C++
Gitlab 16.7.0

According to existing post simultanious merge request and branch analysis is not possible: Gitlab MR and branch analysis
I would like to consult if this is still a case? Is it still not possible to queue merge request and branch analysis through sonar-scanner arguments?

Currently we are using a workaround by creating two parallel CI/CD pipeline jobs for static analysis.

Hey there.

Pierre’s message is still correct – to have both a branch and a PR analysis, you need to queue analysis twice (one triggered via a merge request, and once on a branch pipeline)