From 9622ce41a897ae0dfdb495409247fc6ad51f4941 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Sep 2025 17:21:03 +0530 Subject: [PATCH] Turn on scanning of C code in CodeQL Because I want to spend the next half a day of my life swatting false positives. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c2ae4dccc9..825c42847f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: - languages: python + languages: python, c - name: Install calibre dependencies run: