ci: remove drift codeql.yml, enable GitHub-managed default setup - #92
ci: remove drift codeql.yml, enable GitHub-managed default setup#92don-petry wants to merge 2 commits into
Conversation
|
@don-petry — this is ready for review. The change removes the drift |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
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-scoped CodeQL workflow to rely exclusively on GitHub-managed CodeQL default setup (avoiding duplicate scans and CI-minute double billing), aligning the repo with org CI standards and clearing the drift/compliance finding.
Changes:
- Deleted
.github/workflows/codeql.ymlso CodeQL runs only via GitHub-managed default setup.
💡 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: |
4f62cd4 to
178becd
Compare
211903b to
68606ee
Compare
|
|
Closing — after rebasing onto main, this branch has no remaining commits. The fix was already incorporated into main via a subsequent PR. |
Pull request was closed



Summary
.github/workflows/codeql.ymlworkflow filestate=configuredwithlanguages=[actions]andquery_suite=defaultContext
Per §2 of the org CI standards, CodeQL scanning must use GitHub-managed default setup — not a per-repo workflow file. The compliance audit (
codeql-default-setup-not-configured) flags repos that still ship an inlinecodeql.ymlafter enabling default setup, because both configurations run simultaneously and double-bill CI minutes.The GitHub-managed default setup was previously enabled (API confirms
state=configured). This PR removes the now-redundant workflow file to clear the drift finding.Closes
Closes #65
Generated with Claude Code