This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
The following commit(s) were added to refs/heads/master by this push:
new f64a608f fix: base-ref/head-ref missed in dependency-review on
schedule push (#304)
f64a608f is described below
commit f64a608faf0865c83412736ac686df3babd9db63
Author: M <[email protected]>
AuthorDate: Mon Mar 11 17:43:16 2024 +0800
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 607c2060..30c35627 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: