fix(ci): pin feature-ideation reusable workflow to SHA#220
fix(ci): pin feature-ideation reusable workflow to SHA#220
Conversation
Pin `petry-projects/.github/.github/workflows/feature-ideation-reusable.yml` from `@v1` to `@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1` to satisfy the action-pinning compliance policy. Also syncs file to the current standards template: - Add `dry_run` input to `workflow_dispatch` - Add `actions: read` permission (feed checkpoint query) - Add `sources_file` comment in `with:` block - Update inline comment formatting and step numbering Closes #159 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 46 minutes and 17 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 |
Self-reviewChanges verified:
Note: Previous PRs #183 and #203 addressed the same issue but were not merged. This supersedes both; they can be closed once this lands. @don-petry — please review and merge when CI is green. This fixes the weekly compliance finding on issue #159. |
|
There was a problem hiding this comment.
Pull request overview
Updates the Feature Ideation GitHub Actions workflow to comply with the org action-pinning standard by pinning the reusable workflow reference to an immutable SHA, while aligning the caller stub with the current template expectations.
Changes:
- Pinned
petry-projects/.github/.github/workflows/feature-ideation-reusable.ymlfrom@v1to a full commit SHA. - Added
dry_runas aworkflow_dispatchinput and forwarded it to the reusable workflow call. - Added
actions: readjob permission and expanded inline guidance aboutsources_file.



Summary
petry-projects/.github/.github/workflows/feature-ideation-reusable.ymlfrom@v1to@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1dry_runinput,actions: readpermission, andsources_filecommentgh api repos/petry-projects/.github/git/refs/tags/v1Closes #159
Test plan
uses:line now references the full SHA commit hashGenerated with Claude Code