diff --git a/.github/codeql-config.yaml b/.github/codeql-config.yaml deleted file mode 100644 index 98cd9708..00000000 --- a/.github/codeql-config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -name: "MoegirlPedia Interface Code CodeQL config" - -packs: - - codeql/javascript-experimental-atm-queries - - codeql/javascript-queries diff --git a/.github/workflows/CodeQL.yaml b/.github/workflows/CodeQL.yaml index 9248fd2d..4e97bd62 100644 --- a/.github/workflows/CodeQL.yaml +++ b/.github/workflows/CodeQL.yaml @@ -6,13 +6,11 @@ on: - "**.js" - "!scripts/test/*.js" - .github/workflows/CodeQL.yaml - - .github/codeql-config.yaml pull_request: paths: - "**.js" - "!scripts/test/*.js" - .github/workflows/CodeQL.yaml - - .github/codeql-config.yaml merge_group: workflow_dispatch: schedule: @@ -37,6 +35,6 @@ jobs: uses: github/codeql-action/init@v2 with: languages: javascript - config-file: ./.github/codeql-config.yaml + queries: +security-and-quality - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2