From 20ca4ad1c47e935fcc58d78b86f3499ffcfa1364 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 6 Nov 2022 09:27:52 +0100 Subject: ci: Don't run CodeQL on unit tests Too many annoying false positives, like "Unused static function" for all unit tests. --- .github/workflows/codeql-analysis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 517808c0..5bd772b3 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -51,6 +51,7 @@ jobs: env: RUN_TESTS: none CMAKE_GENERATOR: Ninja + EXTRA_CMAKE_BUILD_FLAGS: --target ccache - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 -- cgit v1.2.1