Conversation
Org standard now uses GitHub-managed CodeQL default setup. Per-repo codeql.yml causes duplicate analysis and is drift. Closes #169 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 46 minutes and 10 seconds. ⌛ 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 |
|
@don-petry — PR ready for review and merge. Single-file deletion to resolve the |
|
There was a problem hiding this comment.
Pull request overview
Removes the repository-owned CodeQL GitHub Actions workflow to align with the org standard of using GitHub-managed CodeQL default setup (avoiding duplicate analyses and satisfying the stray-codeql-workflow compliance check).
Changes:
- Deleted
.github/workflows/codeql.ymlto prevent duplicate CodeQL scans alongside GitHub-managed default setup.
Comments suppressed due to low confidence (1)
.github/workflows/codeql.yml:1
- After removing this repository-level CodeQL workflow, repo documentation still lists a
codeql-analysis.ymlworkflow (seedocs/development-guide.mdCI/CD Pipelines table). Please update docs to reflect GitHub-managed CodeQL default setup (or remove the workflow entry) so documentation matches the actual CI configuration.



Summary
.github/workflows/codeql.ymlWhy
The
stray-codeql-workflowcompliance check flags the presence of this file. It causes duplicate CodeQL analysis and is not needed since GitHub-managed default setup is in place.Closes #169
Generated with Claude Code