From adae83ec9852c1e50e7d340e7f1eff07fe804e13 Mon Sep 17 00:00:00 2001 From: pgermishuys Date: Thu, 16 Oct 2025 07:00:31 +0200 Subject: [PATCH] Disable CodeQL --- .github/workflows/aspnetcore-authentication-jwtbearer-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 98b771662..09ceffd82 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -128,7 +128,8 @@ jobs: fetch-depth: 0 codeql: name: CodeQL analyze - if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch') + # Remove once https://github.com/github/codeql-action/issues/3207#issuecomment-3405956414 has been resolved + if: false && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) runs-on: group: large labels: [ubuntu-latest-x64-16core]