Tracking quality profile on a project

By any chance is anyone aware if we can check where/how a quality profile for a project has been updated? It does not seem to be available in the change log so any guidance will be helpful.
I found this post Where in sonar cloud can I find who and when a quality profile was set as default? but not sure if has been any progress.

Hey @mohdthus_cisco and welcome to the Community! Unfortunately, the changelog doesn’t show this because this is not a change in the quality profile itself, instead, it’s a change in the project ↔ quality profile association. This is also not captured by the audit logs, which focus more on security/permissions related events.

You might be able to find a hint in the access logs. When the quality profile for a project is updated, the access logs will record a request to POST /api/qualityprofiles/add_project. But this won’t tell you who did it.

I see, thank for checking in, Andres.