ci: remove stray codeql.yml workflow - #144
Conversation
|
Warning Review limit reached
More reviews will be available in 58 minutes and 38 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 |
|
Self-review complete — diff is a single file deletion of a standard CodeQL workflow with no custom query packs, build modes, or path filters. No exception applies; GitHub-managed default setup covers analysis going forward. @don-petry — CODEOWNER review and merge requested. |
There was a problem hiding this comment.
Pull request overview
Removes the repository-level CodeQL workflow to avoid duplicate CodeQL analysis now that the org uses GitHub-managed CodeQL default setup (per compliance finding #110).
Changes:
- Deleted
.github/workflows/codeql.yml(manual CodeQL workflow) to eliminate duplicated analysis runs.
💡 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. No exception applies (no custom query packs, build modes, or path filters). Closes #110 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
475d02d to
ca07a6b
Compare
|
|
@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



Deletes
.github/workflows/codeql.ymlwhich runs a duplicate CodeQL analysis alongside the org-managed GitHub default setup. No exception applies (no custom query packs, build modes, or path filters).Standard: ci-standards.md#2-codeql-analysis-github-managed-default-setup
Closes #110
Generated with Claude Code