From f30d81b2d21f73eddd2640143401c6f96d4b5ceb Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Tue, 8 Jul 2025 16:44:07 +0100 Subject: [PATCH] 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. Signed-off-by: Matthew John Cheetham --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 957102887aa571..d346ca88ecac90 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: