Skip to content

Commit 70330a9

Browse files
authored
Update CodeQL workflow schedule formatting
Reformatted the CodeQL workflow configuration.
1 parent bb4dbc5 commit 70330a9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
pull_request:
77
branches: [ "**" ] # Checks absolutely every PR from any branch before it can merge
88
schedule:
9-
- cron: '0 0 * * 0' # Executes every Sunday at midnight UTC
10-
9+
- cron: '0 0 * * 0'
10+
workflow_dispatch:
11+
1112
jobs:
1213
# Job 1: Deep Semantic Analysis of your source code
1314
analyze:

0 commit comments

Comments
 (0)