Skip to content

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

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-159-20260419-2332
Open

fix(ci): pin feature-ideation reusable workflow to SHA#220
don-petry wants to merge 2 commits intomainfrom
claude/issue-159-20260419-2332

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

  • Pins petry-projects/.github/.github/workflows/feature-ideation-reusable.yml from @v1 to @ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1
  • Syncs file to current standards template: adds dry_run input, actions: read permission, and sources_file comment
  • SHA looked up live via gh api repos/petry-projects/.github/git/refs/tags/v1

Closes #159

Test plan

  • Verify the uses: line now references the full SHA commit hash
  • Confirm compliance audit no longer flags this workflow after merge

Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings April 19, 2026 23:35
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 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 46 minutes and 17 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 46 minutes and 17 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: e92be4f7-9a2d-4ad7-807c-55582b921e5a

📥 Commits

Reviewing files that changed from the base of the PR and between 32e618b and 39d873d.

📒 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-159-20260419-2332

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.

@don-petry
Copy link
Copy Markdown
Collaborator Author

Self-review

Changes verified:

  • uses: line now references full commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d (looked up live via gh api repos/petry-projects/.github/git/refs/tags/v1) with # v1 inline comment for readability
  • File is now in sync with petry-projects/.github/standards/workflows/feature-ideation.yml template, including dry_run input, actions: read permission, and sources_file comment
  • No logic changes — this is a thin caller stub, all behaviour lives in the reusable workflow

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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

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

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.yml from @v1 to a full commit SHA.
  • Added dry_run as a workflow_dispatch input and forwarded it to the reusable workflow call.
  • Added actions: read job permission and expanded inline guidance about sources_file.

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