fix(ci): replace dependency-audit stub with canonical @v1 form#156
fix(ci): replace dependency-audit stub with canonical @v1 form#156don-petry wants to merge 0 commit into
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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. Review rate limit: 0/1 reviews remaining, refill in 5 minutes and 33 seconds.Comment |
|
@don-petry — this PR is ready for review. It's a one-line change that replaces the SHA-pinned reusable reference with the canonical |
|
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Tier-1 “dependency-audit” workflow stub to match the org-standard reusable workflow reference format, aligning with the CI standards/compliance requirement in issue #148.
Changes:
- Replace the SHA-pinned reusable workflow reference with the canonical
@v1tag reference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Auto-rebase failed — merge conflict — this branch has conflicts with Please resolve the conflicts and push: |
Pull request was closed
1d1810e to
e6e0523
Compare


Summary
@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1) with the org-standard tag form (@v1) as required by the Tier 1 stub contract inci-standards.mdpetry-projects/.github/standards/workflows/dependency-audit.ymlv1at pinning time; reverting to the tag restores forward-compatibility with futurev1bumpsCompliance
Addresses the
non-stub-dependency-audit.ymlcompliance finding: Tier 1 stubs must use@v1(not a SHA) so downstream repos automatically pick up backward-compatible updates when thev1tag is bumped.Closes #148
Generated with Claude Code