ci: remove stray codeql.yml workflow#137
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 25 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@don-petry — you're the CODEOWNERS owner for |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Removes the repository-local CodeQL workflow so the repo relies solely on the org-managed GitHub CodeQL default setup, eliminating duplicate scanning and aligning with the documented CI standard (closes #110).
Changes:
- Deleted
.github/workflows/codeql.ymlthat ran a duplicate CodeQL analysis.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Auto-rebase failed — merge conflict — this branch has conflicts with Please resolve the conflicts and push: |
Org standard now uses GitHub-managed CodeQL default setup. The per-repo codeql.yml causes duplicate analysis and is classified as drift per ci-standards.md#2. The file only scans the `actions` ecosystem with no custom query packs, special build modes, or path filters — no documented exception applies. Closes #110 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
1cbbd1f to
ad592b8
Compare
|
Review — fix requested (cycle 1/3)The automated review identified the following issues. Please address each one: Findings to fixAutomated review — NEEDS HUMAN REVIEWRisk: MEDIUM SummaryThis PR deletes .github/workflows/codeql.yml for org-standards compliance (ci-standards.md#2), but the file has already been removed from main — the PR is a complete no-op with zero net diff. All CI checks pass (CodeQL, SonarQube, CodeRabbit), and there are no conflicts, but mergeStateStatus is BLOCKED because the required org-leads team review has not been completed. A human must decide whether to close this PR as 'already done' or merge it as a ceremony. Findings
Reviewed by the PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: o4-mini → audit: opus 4.7). Reply if you need a human review. Additional tasks
The review cascade will automatically re-review after new commits are pushed. |
|
@dev-lead - please fix this PR |
Dev-Lead — fix-bot-comment (applied)Changes committed and pushed. |
|
|
Closing due to merge conflict that cannot be auto-rebased. Re-implementing from fresh main via dev-lead. |
Pull request was closed



Summary
.github/workflows/codeql.ymlwhich runs a duplicate CodeQL analysis alongside the org-managed GitHub-managed CodeQL default setupactionsecosystem with no custom query packs, special build modes, or path filters — no exception appliesCloses #110
Generated with Claude Code