codacy-analysis-cli-action
codacy-analysis-cli-action copied to clipboard
[Bug] GitHub's "update" broke all code review tools: `The CodeQL Action does not support uploading multiple SARIF runs with the same category. Please update your workflow to upload a single run per category.`
https://github.blog/changelog/2025-07-21-code-scanning-will-stop-combining-multiple-sarif-runs-uploaded-in-the-same-sarif-file/ is what did this.
The sole solution for now is to replace codacy-analysis-cli-action with a custom code review tool.
Was not sure if this issue should go to this or to the similar repo at https://github.com/codacy/codacy-analysis-cli/issues/541