fix(ci): pin agent-shield reusable workflow to SHA#100
fix(ci): pin agent-shield reusable workflow to SHA#100
Conversation
Pin petry-projects/.github/.github/workflows/agent-shield-reusable.yml to SHA 208ec2d69b75227d375edf8745d84fbac05a76b2 (v1) per the org-wide action-pinning policy. Closes #85 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
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 30 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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.
Pull request overview
Pins the agent-shield reusable workflow reference to an exact commit SHA to satisfy the repository’s action/workflow pinning compliance requirement (Issue #85).
Changes:
- Updated
.github/workflows/agent-shield.ymlto referencepetry-projects/.github/.github/workflows/agent-shield-reusable.ymlby commit SHA instead of the floating@v1tag. - Added an inline
# v1comment to preserve the intended version readability.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated review — APPROVEDRisk: LOW SummaryThis PR pins a reusable workflow reference from the floating @v1 tag to a specific commit SHA (208ec2d69b75227d375edf8745d84fbac05a76b2) in .github/workflows/agent-shield.yml, directly addressing compliance audit finding #85. The change is a 1-line diff that improves supply-chain security by replacing a mutable tag with an immutable SHA, and all CI gates (CodeQL, SonarCloud, dependency audit) pass with zero findings. FindingsInfo
CI statusAll status checks pass: CodeQL (actions + python), SonarCloud (0 new issues, 0 security hotspots), dependency audit, Claude Code — no failures.
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 |



Summary
petry-projects/.github/.github/workflows/agent-shield-reusable.ymlfrom the floating@v1tag to its SHA208ec2d69b75227d375edf8745d84fbac05a76b2# v1comment so the tag intent remains readableCloses #85
Generated with Claude Code