Skip to content

Commit 96f42b1

Browse files
ihor-sokoliukclaude
andcommitted
ci(codeql): add workflow_dispatch trigger for manual runs
Allows triggering CodeQL analysis from the GitHub Actions UI without waiting for a push or the weekly schedule. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40fc299 commit 96f42b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main]
88
schedule:
99
- cron: '0 6 * * 1' # weekly, Monday 06:00 UTC
10+
workflow_dispatch:
1011

1112
permissions: read-all
1213

0 commit comments

Comments
 (0)