Skip to content

chore(ci): remove stray codeql.yml workflow#115

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-96-20260420-0933
Open

chore(ci): remove stray codeql.yml workflow#115
don-petry wants to merge 2 commits intomainfrom
claude/issue-96-20260420-0933

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

The org now uses GitHub-managed CodeQL default setup. The per-repo codeql.yml was drift and ran a duplicate analysis alongside the default setup. Removing it per the org standard.

The deleted file had no custom query packs, build modes, or path filters — the standard GitHub-managed CodeQL default setup is sufficient.

Closes #96

Generated with Claude Code

The org now uses GitHub-managed CodeQL default setup. The per-repo
codeql.yml was drift and ran a duplicate analysis alongside default
setup. Removing it per the org standard.

Closes #96

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 20, 2026 09:36
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 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 51 minutes and 58 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 51 minutes and 58 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: a92c2066-396c-42b8-ae93-0a7aa93cdf4b

📥 Commits

Reviewing files that changed from the base of the PR and between 051f051 and a99b250.

📒 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-96-20260420-0933

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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

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’s standalone CodeQL Actions workflow to align with the org standard of using GitHub-managed CodeQL default setup (avoids duplicate CodeQL runs and compliance drift).

Changes:

  • Deleted .github/workflows/codeql.yml (previously ran CodeQL on push/PR/schedule for javascript-typescript and actions).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@don-petry
Copy link
Copy Markdown
Contributor Author

Self-review complete. The change is a clean deletion of .github/workflows/codeql.yml (38 lines removed, no additions). The file had no custom query packs, build modes, or path filters — nothing that would require an exception under the org standard. CI is fully green.

@don-petry please review and merge when ready.

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