Skip to content
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
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ on:
schedule:
- cron: "13 7 * * 1"

# Run on demand. The other three triggers all depend on something happening — a push, a PR, or
# Monday — so when the security tab reports this configuration as not enabled there is no way to
# ask it for an answer and find out whether that is stale or real. Carries no paths-ignore on
# purpose: a manual run is an explicit request for a full scan.
workflow_dispatch:

permissions:
contents: read

Expand Down