fix: pin agent-shield reusable workflow to SHA (closes #83)#98
fix: pin agent-shield reusable workflow to SHA (closes #83)#98
Conversation
Pin petry-projects/.github agent-shield-reusable.yml to commit SHA ae9709f4466dec60a5733c9e7487f69dcd004e05 (v1) to satisfy the org action-pinning policy. Closes #83 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 43 minutes and 55 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 repo’s AgentShield caller workflow to an immutable commit SHA to comply with the org action-pinning policy and resolve the compliance audit finding.
Changes:
- Updated
.github/workflows/agent-shield.ymlto reference the reusable workflow by full commit SHA (retaining a# v1comment for readability).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated review — APPROVEDRisk: LOW SummaryThis PR pins a reusable GitHub Actions workflow reference from the mutable @v1 floating tag to an immutable commit SHA, which is a security improvement that satisfies the org's action-pinning policy (closes #83). All CI checks pass (AgentShield, CodeQL, SonarCloud Quality Gate with 0 security hotspots), the diff is a single-line change with no regressions, and the escalation from triage was due to a triage output failure rather than a genuine risk signal. FindingsInfo
CI statusAll checks passed (AgentShield, CI, CodeQL, SonarCloud Quality Gate, CodeRabbit). 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
Pins the
agent-shield-reusable.ymlreusable workflow reference from the floating@v1tag to its exact commit SHAae9709f4466dec60a5733c9e7487f69dcd004e05, with a# v1comment preserved for human readability.This satisfies the org action-pinning policy flagged by the weekly compliance audit.
Changes
.github/workflows/agent-shield.yml:@v1→@ae9709f4466dec60a5733c9e7487f69dcd004e05 # v1Closes #83
Generated with Claude Code