Skip to content

Commit f64a608

Browse files
authored
fix: base-ref/head-ref missed in dependency-review on schedule push (#304)
1 parent ad2240a commit f64a608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above, now enable it in all PR
88
# branches: [ master ]
9-
schedule:
10-
- cron: '45 7 * * 1'
9+
# The reason for deleting the scheduled task can be found in PR #304
10+
# schedule:
11+
# - cron: '45 7 * * 1'
1112

1213
jobs:
1314
analyze:

0 commit comments

Comments
 (0)