From 6978277b4bfe3b02f7a6a7151386beac0792c31e Mon Sep 17 00:00:00 2001 From: Axel Nicolas <68693319+MasterAcnolo@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:13:02 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd8059b..91f0ecc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,10 @@ -name: "CodeQL Advanced" +name: "CodeQL PR" on: pull_request: branches: [ "main" ] schedule: - - cron: '26 13 * * 3' + - cron: '00 00 * * 1' jobs: analyze: