From ec3200cf74ab5e4ff9916bf70b5e8525078007df Mon Sep 17 00:00:00 2001 From: Nathan Lorit Date: Mon, 29 Sep 2025 15:57:37 +0200 Subject: [PATCH] Update CodeQL queries source in workflow --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8915d169..031bb386 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - queries: https://github.com/nlorit/green-codeql-queries + queries: nlorit/codeql-extra-queries-javascript # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. @@ -96,4 +96,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: - category: "/language:${{matrix.language}}" \ No newline at end of file + category: "/language:${{matrix.language}}"