diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a81b3deda2..ceb93926ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,6 +3,8 @@ on: pull_request: push: branches: [ master ] + schedule: + - cron: '0 4 * * 1' permissions: contents: read security-events: write