From 492c6c7111d8af77f3749fd11d3be497b874a3be Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 26 Sep 2024 09:54:35 -0700 Subject: [PATCH] Re-try full flow --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 10cb546..18d1b8e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -96,9 +96,9 @@ jobs: - name: Run clippy run: | - touch clippy.sarif cargo clippy --message-format=json > clippy.json - cat clippy.json + clippy-sarif --input clippy.json --output clippy.sarif + sarif-fmt --input clippy.sarif continue-on-error: true - name: Upload analysis