Fix Codacy workflow by merging SARIF runs#9
Conversation
Update the Codacy Security Scan workflow to merge the multiple analysis runs generated by the Codacy CLI into a single run. This resolves the `github/codeql-action/upload-sarif` error: "The CodeQL Action does not support uploading multiple SARIF runs with the same category." This change uses `jq` to aggregate all tool rules and results into a unified "Codacy Analysis CLI" tool entry.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Codacy's Analysis Summary0 new issue (≤ 0 issue) Review Pull Request in Codacy →
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Fix Codacy workflow by merging SARIF runs
Update the Codacy Security Scan workflow to merge the multiple analysis runs generated by the Codacy CLI into a single run. This resolves the
github/codeql-action/upload-sariferror: "The CodeQL Action does not support uploading multiple SARIF runs with the same category."This change uses
jqto aggregate all tool rules and results into a unified "Codacy Analysis CLI" tool entry.PR created automatically by Jules for task 11018547533610979037 started by @renderbit-technologies