Activate proactive repository monitoring - #78
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c38d8fabff
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| workflowFile: 'codeql.yml', | ||
| label: 'CodeQL', | ||
| maximumSuccessAgeHours: 204 |
There was a problem hiding this comment.
Paginate CodeQL runs before filtering by event
Because .github/workflows/codeql.yml also runs on every push and pull request, adding CodeQL here can produce false watchdog failures: fetchWorkflowRuns retrieves only the newest 100 runs and evaluateWorkflowRuns filters for schedule/workflow_dispatch afterward. If more than 100 push/PR runs occur after the weekly scheduled success, that success disappears from the fetched page and the watchdog reports no-successful-run, fails, and opens an alert despite CodeQL being healthy. Filter by event at the API or paginate until the relevant run window has been covered.
Useful? React with 👍 / 👎.
Summary
Release impact
Validation
Wiki audit
Updated Security and Package Trust, Compatibility and Performance, Contributing Testing and Releases, and Development and Architecture. No screenshots or navigation changes were required.