Skip to content

Commit bf0384b

Browse files
authored
chore: weekly static analysis cron job (#31)
1 parent e88585e commit bf0384b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ master ]
20+
schedule:
21+
- cron: '15 2 * * 4'
2022

2123
jobs:
2224
analyze:

0 commit comments

Comments
 (0)