Skip to content

Commit 336bf91

Browse files
authored
vfs-2.50.1: codeql: run static analysis as part of CI builds (#786)
I had forgotten to integrate #772 into the `vfs-2.50.1` branch... sorry!
2 parents b65c8e1 + f08bde2 commit 336bf91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7+
schedule:
8+
- cron: '0 3 * * 1' # Every Monday at 03:00 UTC
79

810
jobs:
911
analyze:

0 commit comments

Comments
 (0)