Skip to content

fix(ci): pin feature-ideation reusable workflow to SHA#122

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-90-20260420-1133
Open

fix(ci): pin feature-ideation reusable workflow to SHA#122
don-petry wants to merge 2 commits intomainfrom
claude/issue-90-20260420-1133

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

Summary

  • Pins petry-projects/.github/.github/workflows/feature-ideation-reusable.yml from @v1 to commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d (# v1), resolving the compliance finding
  • Adds actions: read permission (required for the feed checkpoint query in the reusable workflow)
  • Adds dry_run workflow_dispatch input to match current upstream template
  • Adds sources_file comment block in with: section (template sync)

SHA was looked up via gh api repos/petry-projects/.github/git/refs/tags/v1. The v1 tag has been updated since the previous attempt (PR #105 used ae9709f4...); this PR uses the current tag commit.

Closes #90

Generated with Claude Code

Pins `petry-projects/.github/.github/workflows/feature-ideation-reusable.yml`
from `@v1` to commit SHA `ee22b427cbce9ecadcf2b436acb57c3adf0cb63d` (#v1),
per the action-pinning policy in ci-standards.md.

Also syncs with upstream template:
- Add `actions: read` permission (required for feed checkpoint query)
- Add `dry_run` workflow_dispatch input
- Add `sources_file` comment in `with:` block

Closes #90

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 20, 2026 11:35
@don-petry
Copy link
Copy Markdown
Contributor Author

@don-petry — this PR fixes the compliance finding in issue #90 by pinning feature-ideation-reusable.yml to the current SHA of the v1 tag. Would you mind reviewing and merging when you get a chance?

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 52 minutes and 11 seconds before requesting another review.

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 52 minutes and 11 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b5bb1ce0-91fc-4540-846d-0d5c83aece37

📥 Commits

Reviewing files that changed from the base of the PR and between 051f051 and 582d346.

📒 Files selected for processing (1)
  • .github/workflows/feature-ideation.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-90-20260420-1133

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the Feature Ideation reusable workflow reference to a specific commit SHA to satisfy action-pinning compliance, while syncing a few upstream template updates.

Changes:

  • Pin petry-projects/.github/.github/workflows/feature-ideation-reusable.yml from @v1 to a full commit SHA.
  • Add actions: read to the calling job permissions for the reusable workflow’s checkpoint query.
  • Add a dry_run workflow_dispatch input and pass it through to the reusable workflow; sync related template comments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: unpinned-actions-feature-ideation.yml

2 participants