Skip to content
Closed
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: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ permissions:

jobs:
analyze:
# `Analyze` is a required status check on main, so the job name is part of the merge gate:
# renaming it renames the check run, and branch protection then waits forever for a context
# nothing reports. A `paths:` filter would deadlock the same way, because a filtered-out run
# creates no check run at all.
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down