Skip to content

ci: remove stray codeql.yml workflow#111

Open
don-petry wants to merge 1 commit intomainfrom
claude/issue-93-20260418-1841
Open

ci: remove stray codeql.yml workflow#111
don-petry wants to merge 1 commit intomainfrom
claude/issue-93-20260418-1841

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

Summary

  • Deletes .github/workflows/codeql.yml which was identified as drift by the weekly compliance audit
  • The org now uses GitHub-managed CodeQL default setup; per-repo workflow files run duplicate analysis alongside the managed default setup

Standard Reference

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

Closes #93

Generated with Claude Code

The org now uses GitHub-managed CodeQL default setup. Per-repo
workflow files are drift and run duplicate analysis alongside
the managed default setup.

Closes #93

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

coderabbitai Bot commented Apr 18, 2026

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 50 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 59 minutes and 50 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: 7a56bd9a-2938-4bf1-9f33-931a1cb8190c

📥 Commits

Reviewing files that changed from the base of the PR and between f9d9937 and c194412.

📒 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-93-20260418-1841

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

Changes:

  • Delete .github/workflows/codeql.yml (legacy CodeQL workflow).

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

@don-petry
Copy link
Copy Markdown
Contributor Author

Automated review — APPROVED

Risk: MEDIUM
Reviewed commit: c19441266294dd5fb948f74cd31cbd804990b024
Cascade: triage → deep (see triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6 for models)

Summary

PR removes a per-repo CodeQL workflow that a weekly compliance audit flagged as drift; the org now uses GitHub-managed CodeQL default setup which continues to run successfully (evidenced by the passing CodeQL check in the status rollup). All CI checks pass, the change is a pure deletion with no logic changes, and the PR clearly addresses the linked compliance issue #93.

Findings

Info

  • [info] .github/workflows/codeql.yml — Workflow deletion removes a properly-pinned, minimal-permission CodeQL config (SHA-pinned actions, permissions: {}, only security-events: write + contents: read). No regression risk: GitHub-managed CodeQL default setup confirmed active via passing 'CodeQL' and 'Analyze (actions)' checks in CI rollup.
  • [info] Triage escalated due to 'triage-output-invalid' (system failure in the triage tier), not due to content signals in the PR itself. Deep review finds no substantive security or correctness concerns.

CI status

All CI checks pass. CodeQL continues to run via GitHub-managed default setup.


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 @don-petry if you need a human.

@don-petry don-petry enabled auto-merge (squash) April 19, 2026 16:50
@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

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