diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc8ecd6..85f3673 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -97,7 +97,7 @@ jobs: echo LOLSTART pwd ls - cargo clippy --all-features --message-format=json + cargo clippy --all-features sed --in-place 's/"file_name":"itt/"file_name":"rust\/itt/g' clippy.json clippy-sarif --input clippy.json --output clippy.sarif echo LOLEND