Skip to content

Commit 0de0009

Browse files
committed
code-ql: Add scheduled run weekly
Let's run it at the end of every Monday, we don't really need to care about timezone.
1 parent d064f7a commit 0de0009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CodeQL
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
# Run at the end of every Monday
7+
- cron: '0 0 * * 1'
58

69
jobs:
710
analyze:

0 commit comments

Comments
 (0)