Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/codeql.yml: use filter-sarif to filter meson-private
There is a severe number of false-positive in code scanning caused by inspecting meson-internal test files like 'build/meson-private/tmpzb46osmq/testfile.c'. As a workaround, use the 'filter-sarif' action to filter out these results before uploading the SARIF (Static Analysis Results Interchange Format). This PR was inspired by rauc#1346 and the example from https://github.com/advanced-security/filter-sarif. Signed-off-by: Enrico Joerns <[email protected]>
- Loading branch information