From 4e79564bf32c0f38f879ecd8dff44f53e5117437 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 11 Sep 2025 20:13:27 +0200 Subject: [PATCH] Revert "try expicit default" This reverts commit 95cdfcd277c42b6da1363d8c29c17d685f579bb4. nope: ``` A fatal error occurred: Query pack default cannot be found. Check the spelling of the pack. ``` --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 11e0b916cc..0cbb6ef22b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -81,7 +81,6 @@ jobs: uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 with: languages: cpp - queries: default - name: 'autobuild' uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3