Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: CodeQL Security Analysis
on:
push:
branches: [main, master]
# No `branches:` filter — a required check whose workflow is branch-gated is
# never created on a non-matching base and blocks merge forever at
# "Expected — Waiting for status to be reported" (cf. affinescript#645).
pull_request:
branches: [main, master]
schedule:
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ name: Hypatia Security Scan
on:
push:
branches: [main, master, develop]
# No `branches:` filter — a required check whose workflow is branch-gated is
# never created on a non-matching base and blocks merge forever at
# "Expected — Waiting for status to be reported" (cf. affinescript#645).
pull_request:
branches: [main, master]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
Expand Down
Loading