ci: remove stray codeql.yml workflow#188
Conversation
Org standard uses GitHub-managed CodeQL default setup. Per-repo workflow files create duplicate analysis alongside the default setup. Deleting to comply with org standards. 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 55 minutes and 47 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 |
|
Self-review: This is a single-file deletion with no logic changes. The change correctly removes the stray @don-petry — please review and merge when CI is green. |
|
There was a problem hiding this comment.
Pull request overview
Removes the repository’s standalone CodeQL GitHub Actions workflow to align with the organization standard of using GitHub-managed CodeQL default setup (avoiding duplicate CodeQL analyses).
Changes:
- Deleted
.github/workflows/codeql.ymlto eliminate the per-repo CodeQL workflow and prevent duplicate scanning.
Automated review — APPROVEDRisk: LOW SummaryThis PR deletes a redundant per-repo CodeQL workflow to comply with the org standard of using GitHub-managed CodeQL default setup. All CI checks pass (including the GitHub-managed CodeQL scans confirming analysis is still active), SonarCloud reports 0 new issues/hotspots, and there are no logic or security posture changes. FindingsInfo
CI statusAll checks passing: build-and-test, Node.js Tests, Playwright UI Tests, SonarCloud (0 new issues, 0 hotspots), CodeQL (GitHub-managed default setup active), AgentShield, Dependency audit, Coverage. Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6). Reply with |



Summary
.github/workflows/codeql.ymlto comply with org standardsStandard Reference
standards/ci-standards.md#2-codeql-analysis-github-managed-default-setup
Closes #169
Generated with Claude Code