Skip to content

chore: delete stray codeql.yml workflow#213

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-169-20260419-2133
Open

chore: delete stray codeql.yml workflow#213
don-petry wants to merge 2 commits intomainfrom
claude/issue-169-20260419-2133

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

  • Deletes .github/workflows/codeql.yml
  • Org standard now uses GitHub-managed CodeQL default setup; per-repo workflow files are drift and run a duplicate analysis alongside default setup

Why

The stray-codeql-workflow compliance 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

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>
Copilot AI review requested due to automatic review settings April 19, 2026 21:34
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 10 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 46 minutes and 10 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: af769554-931f-4364-b42f-6f5424847c91

📥 Commits

Reviewing files that changed from the base of the PR and between 32e618b and 75a0346.

📒 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-20260419-2133

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 ready for review and merge. Single-file deletion to resolve the stray-codeql-workflow compliance finding (issue #169). No logic changes.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.yml to 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.yml workflow (see docs/development-guide.md CI/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.

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