Skip to content

Commit f08bde2

Browse files
mjcheethamdscho
authored andcommitted
fixup! codeql: run static analysis as part of CI builds
codeql: run the CodeQL workflow every week Run the CodeQL GitHub workflow every week, on Mondays at 03:00 UTC. It's good practice to run this regularly as queries are updated. [This was accidentally dropped from vfs-2.50.1] Signed-off-by: Matthew John Cheetham <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b65c8e1 commit f08bde2

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)