From 0929a4485382490398af5e3b7c9986bfd4d1a32f Mon Sep 17 00:00:00 2001 From: Computer Date: Fri, 19 Jun 2026 09:01:11 +0000 Subject: [PATCH] chore(ci): add workflow_dispatch to CodeQL Advanced workflow Allows manual re-runs of CodeQL. Also confirms the advanced workflow now uploads SARIF successfully after disabling the conflicting default CodeQL setup (which was causing 'cannot be processed when the default setup is enabled' failures on every PR). --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2583477e2a..87e5c02e39 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,6 +18,7 @@ on: branches: [ "main", "protection" ] schedule: - cron: '20 12 * * 2' + workflow_dispatch: jobs: analyze: