chore: delete stray codeql.yml workflow#213
Conversation
|
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 |
|
@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.
|
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. Per-repo codeql.yml causes duplicate analysis and is drift. Closes #169 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
392bf1b to
e7694d7
Compare
|
donpetry-bot
left a comment
There was a problem hiding this comment.
Automated review — APPROVED ✓
Risk: LOW
Reviewed commit: f42d83e8440cb3e9ccb8af37ca824847695c4420
Cascade: triage → deep (triage: haiku 4.5 → deep: sonnet 4.6 + duck: o4-mini → audit: opus 4.7)
Summary
This PR is a no-op: the original commit (e7694d7) correctly deleted .github/workflows/codeql.yml (42 lines), but by the time 30+ merge-from-main commits landed on the branch, the file had already been removed from main via another path, leaving 0 changed files. The linked compliance issue #169 is already closed (2026-05-26), the file is confirmed absent on both main and the head branch, and all CI checks are green. No security concerns — merging is safe and cleans up a stale branch.
Findings
- info: PR has 0 additions, 0 deletions, 0 changed files. The intended deletion (.github/workflows/codeql.yml) already landed on main through another path before the branch was fully merged. Merging this PR will have no effect on the repository.
- info: Issue #169 (stray-codeql-workflow compliance finding) was closed on 2026-05-26, confirming the underlying problem is resolved independently of this PR.
- minor: Copilot reviewer flagged that docs/development-guide.md CI/CD Pipelines table may still reference the deleted codeql-analysis.yml workflow. Low priority but worth a follow-up to keep docs accurate.
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.
|
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.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