From f64a608faf0865c83412736ac686df3babd9db63 Mon Sep 17 00:00:00 2001 From: M <87920097+msgui@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:43:16 +0800 Subject: [PATCH] fix: base-ref/head-ref missed in dependency-review on schedule push (#304) --- .github/workflows/codeql-analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 607c20606..30c356277 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,8 +6,9 @@ on: pull_request: # The branches below must be a subset of the branches above, now enable it in all PR # branches: [ master ] - schedule: - - cron: '45 7 * * 1' +# The reason for deleting the scheduled task can be found in PR #304 +# schedule: +# - cron: '45 7 * * 1' jobs: analyze: