Skip to content

Commit

Permalink
apply @ben-manes’ workaround (edited by me)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 20, 2024
1 parent 251388a commit db04c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
{
"run": "jq -c '.runs |= map(select(.tool.driver.name != \"Tsqllint (reported by Codacy)\"))' <results.sarif >editedresults.sarif"
"run": "jq -c '.runs |= unique_by({tool, invocations, results})' <results.sarif >editedresults.sarif"
},
{
"uses": "github/codeql-action/upload-sarif@v3",
Expand Down

0 comments on commit db04c71

Please sign in to comment.