From: Joel Rosdahl Date: Sun, 6 Nov 2022 08:27:52 +0000 (+0100) Subject: ci: Don't run CodeQL on unit tests X-Git-Tag: v4.7.4~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ca4ad1c47e935fcc58d78b86f3499ffcfa1364;p=thirdparty%2Fccache.git ci: Don't run CodeQL on unit tests Too many annoying false positives, like "Unused static function" for all unit tests. --- diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 517808c04..5bd772b37 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