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"