Skip to content

ci: remove stray codeql.yml workflow - #144

Closed
don-petry wants to merge 31 commits into
mainfrom
claude/issue-110-20260420-0233
Closed

ci: remove stray codeql.yml workflow#144
don-petry wants to merge 31 commits into
mainfrom
claude/issue-110-20260420-0233

Conversation

@don-petry

Copy link
Copy Markdown
Contributor

Deletes .github/workflows/codeql.yml which runs a duplicate CodeQL analysis alongside the org-managed GitHub default setup. No exception applies (no custom query packs, build modes, or path filters).

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

Closes #110

Generated with Claude Code

Copilot AI review requested due to automatic review settings April 20, 2026 02:34
@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@don-petry, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 38 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 56ae1045-76f6-4237-b15b-71010133e2fa

📥 Commits

Reviewing files that changed from the base of the PR and between 61aa4ee and 23e9a53.

📒 Files selected for processing (1)
  • .gitignore
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-110-20260420-0233

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
Contributor Author

Self-review complete — diff is a single file deletion of a standard CodeQL workflow with no custom query packs, build modes, or path filters. No exception applies; GitHub-managed default setup covers analysis going forward.

@don-petry — CODEOWNER review and merge requested.

Copilot AI left a comment

Copy link
Copy Markdown

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-level CodeQL workflow to avoid duplicate CodeQL analysis now that the org uses GitHub-managed CodeQL default setup (per compliance finding #110).

Changes:

  • Deleted .github/workflows/codeql.yml (manual CodeQL workflow) to eliminate duplicated analysis runs.

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

@github-actions

Copy link
Copy Markdown
Contributor

Auto-rebase failed — merge conflict — this branch has conflicts with main that must be resolved manually.

Please resolve the conflicts and push:

git fetch origin
git merge origin/main
# resolve conflicts, then:
git add .
git commit
git push

Org standard now uses GitHub-managed CodeQL default setup. The per-repo
codeql.yml causes duplicate analysis and is classified as drift per
ci-standards.md#2. No exception applies (no custom query packs, build
modes, or path filters).

Closes #110

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
@don-petry
don-petry force-pushed the claude/issue-110-20260420-0233 branch from 475d02d to ca07a6b Compare May 13, 2026 17:06
@don-petry
don-petry requested a review from a team as a code owner May 13, 2026 17:06
@sonarqubecloud

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Contributor Author

@dev-lead - please fix this PR

@don-petry

Copy link
Copy Markdown
Contributor Author

Dev-Lead — fix-bot-comment (applied)

Changes committed and pushed.

@sonarqubecloud

sonarqubecloud Bot commented Jun 1, 2026

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Contributor Author

Closing due to merge conflict that cannot be auto-rebased. Re-implementing from fresh main via dev-lead.

@don-petry don-petry closed this Jun 2, 2026
auto-merge was automatically disabled June 2, 2026 12:24

Pull request was closed

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

3 participants