Skip to content

ci: remove stray codeql.yml workflow#199

Closed
don-petry wants to merge 3 commits into
mainfrom
claude/issue-169-20260418-1848
Closed

ci: remove stray codeql.yml workflow#199
don-petry wants to merge 3 commits into
mainfrom
claude/issue-169-20260418-1848

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Summary

  • Deletes .github/workflows/codeql.yml to comply with the org's CodeQL standard
  • The org now uses GitHub-managed CodeQL default setup; this per-repo workflow was causing duplicate analysis alongside default setup
  • No custom query packs, build modes, or path filters were configured in the removed file

Standard Reference

standards/ci-standards.md#2-codeql-analysis-github-managed-default-setup

Closes #169

Generated with Claude Code

Deletes .github/workflows/codeql.yml per org standard. The org now
uses GitHub-managed CodeQL default setup; this per-repo workflow was
causing duplicate analysis alongside default setup.

Closes #169

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 18, 2026 18:50
@coderabbitai

coderabbitai Bot commented Apr 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 9 seconds before requesting another review.

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 56 minutes and 9 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f7802589-2e6d-424f-8505-fec9d7528619

📥 Commits

Reviewing files that changed from the base of the PR and between 56ee75a and 628b50e.

📒 Files selected for processing (1)
  • .github/workflows/codeql.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-169-20260418-1848

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@don-petry

Copy link
Copy Markdown
Collaborator Author

@don-petry — PR is ready for your review. This deletes the stray .github/workflows/codeql.yml to bring the repo in line with the org CodeQL standard (GitHub-managed default setup). Single-file deletion, no logic changes.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Removes the repository-specific CodeQL GitHub Actions workflow to avoid duplicate CodeQL analysis now that the org uses GitHub-managed CodeQL default setup.

Changes:

  • Deleted .github/workflows/codeql.yml to rely on GitHub-managed CodeQL default configuration

@sonarqubecloud

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Collaborator Author

Closing as duplicate of #213 — same fix for issue #188. The newest attempt is kept open.

@don-petry don-petry closed this May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: stray-codeql-workflow

2 participants