ci: gha-security のセキュリティチェック導入 + digest固定 + cooldown(パイロット)#2
ci: gha-security のセキュリティチェック導入 + digest固定 + cooldown(パイロット)#2kaitoyama wants to merge 2 commits into
Conversation
- security-checks.yaml: pin-support / pin-check / cooldown-check (PR 時) - docker-compose.yml: mariadb:11 を digest 固定 (以後 Dependabot が追従) - dependabot.yml: github-actions / docker / npm を cooldown 付きで自動更新 - pnpm-workspace.yaml: minimumReleaseAge 7日 (手元 install にも cooldown) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 44 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: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
✨ 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 |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
traPtitech/gha-security のパイロット導入です。Checkin は「bot 未導入のリポジトリにフルセットを入れる」確認役で、pin と cooldown の両方をこの PR だけで完結させています。
変更内容
.github/workflows/security-checks.yamldocker-compose.ymlmariadb:11に@sha256:digest を付与(gha-security の pin-docker による自動生成).github/dependabot.ymlpnpm-workspace.yamlminimumReleaseAge: 10080(7日)— 手元のpnpm addでも公開直後のバージョンが解決されなくなります(@traptitech/*は除外)補足
cooldown-overrideラベル(CI 側)、pnpm addは一時的に--config.minimumReleaseAge=0(手元側)🤖 Generated with Claude Code