From f08bde2d4eb88cdfe13c5be6e9bcb31d9b7ff1ce Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Tue, 8 Jul 2025 16:44:07 +0100 Subject: [PATCH] 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 Signed-off-by: Johannes Schindelin --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8463b57c074833..f8a71a43f72d75 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,6 +4,8 @@ on: push: pull_request: workflow_dispatch: + schedule: + - cron: '0 3 * * 1' # Every Monday at 03:00 UTC jobs: analyze: