Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: base-ref/head-ref missed in dependency-review on schedule push #304

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
msgui marked this conversation as resolved.
Show resolved Hide resolved
# schedule:
# - cron: '45 7 * * 1'

jobs:
analyze:
Expand Down
Loading