From f439874c353dbecc7c4f8a6e5e88734cee8ef1cc Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Sun, 21 Jan 2024 15:33:28 +0900 Subject: [PATCH] Re-enable scheduled scan for CodeQL analysis --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index de4b7a8..2432968 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main, release] - # schedule: - # - cron: '20 18 * * 4' + schedule: + - cron: '20 18 * * 4' jobs: analyze: