From 82599e0a55e21359ab1e1b31ccae75b47daaff53 Mon Sep 17 00:00:00 2001 From: Snider Date: Wed, 4 Feb 2026 13:11:59 +0000 Subject: [PATCH] ci(codeql): add workflow_dispatch trigger for manual runs Allows manual triggering of CodeQL when the automatic pull_request trigger doesn't fire. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1381b031..f2b09cbe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,6 +7,7 @@ on: branches: [dev, main] schedule: - cron: "0 6 * * 1" + workflow_dispatch: jobs: analyze: