From 8722e6b6b2575a46c0fdc7105b03efb68646324c Mon Sep 17 00:00:00 2001 From: Nathan Lorit Date: Mon, 29 Sep 2025 16:21:09 +0200 Subject: [PATCH] Update CodeQL workflow to use packs instead of queries --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b99e7237..86e7e540 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: ghcr.io/nlorit/codeql-extra-queries-javascript-nathan + packs: nlorit/codeql-extra-queries-javascript-nathan # 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.