From ec1c05a15fdd64f02411ab7c447456c51622a732 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 17 Jun 2024 16:02:05 +0100 Subject: [PATCH] Specify a single category We run the same queries across all the OSes so we only need a single category --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8fefc17e9..ef6275ff0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -97,3 +97,5 @@ jobs: run: ${{steps.init.outputs.codeql-path}} version --format=json - name: Perform CodeQL Analysis uses: ./analyze + with: + category: "/language:javascript"