ci: add centralized CodeQL workflow and README badge#208
Conversation
Add .github/workflows/codeql.yml delegating to the cuioss-organization reusable CodeQL workflow (reusable-codeql.yml @ v0.7.0), matching the other centralized security/CI workflows in this repo. Runs on push/PR to main and weekly; languages java, build-mode none (source analysis, no build needed for this zero-dependency library). Add a CodeQL status badge to the README Status section, in the existing badge style and next to the Maven CI badge (mirrors cui-http PR #82, F-16). Co-Authored-By: Claude <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 11 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request adds a CodeQL workflow badge to the status section of the README.adoc file. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Summary
Instruments CodeQL scanning and surfaces its status, mirroring cui-http PR #82 (F-16).
.github/workflows/codeql.yml— delegates to thecuioss-organizationreusable CodeQL workflow (reusable-codeql.yml @ v0.7.0, the same pinned ref this repo already uses formaven.yml/release.yml). Triggers on push/PR tomainand a weekly schedule.languages: java,build-mode: none(source analysis — no Maven build needed for this zero-dependency library). The reusable workflow fixes the query suite to+security-and-qualityorg-wide.Verification
cuioss/cuioss-organization/.github/workflows/reusable-codeql.ymlexists at the pinnedv0.7.0SHA.