From 82193d61437c12f4819b099af773beb99756a39b Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 13 Oct 2025 11:45:23 +0100 Subject: [PATCH] Test config with queries as list of strings --- .github/codeql/codeql-config-javascript.yml | 11 +---------- .github/workflows/codeql.yml | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/codeql/codeql-config-javascript.yml b/.github/codeql/codeql-config-javascript.yml index d946c415f..c365aaaf8 100644 --- a/.github/codeql/codeql-config-javascript.yml +++ b/.github/codeql/codeql-config-javascript.yml @@ -1,15 +1,6 @@ name: "CodeQL config" queries: - - name: Run custom queries - uses: ./queries - # Run all extra query suites, both because we want to - # and because it'll act as extra testing. This is why - # we include both even though one is a superset of the - # other, because we're testing the parsing logic and - # that the suites exist in the codeql bundle. - - uses: security-and-quality - - uses: security-experimental - - uses: security-extended + - ./queries paths-ignore: - lib - tests diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1af109a76..9414329cd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,6 @@ name: "CodeQL action" on: push: - branches: [main, releases/v*] pull_request: branches: [main, releases/v*] # Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened