Skip to content

ci: pin feature-ideation-reusable.yml to SHA (action pinning compliance)#183

Closed
don-petry wants to merge 3 commits into
mainfrom
claude/issue-159-20260414-1124
Closed

ci: pin feature-ideation-reusable.yml to SHA (action pinning compliance)#183
don-petry wants to merge 3 commits into
mainfrom
claude/issue-159-20260414-1124

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Summary

  • Pins petry-projects/.github/.github/workflows/feature-ideation-reusable.yml from @v1 to @208ec2d69b75227d375edf8745d84fbac05a76b2 (v1) per the action-pinning policy
  • Syncs the missing dry_run workflow_dispatch input and corresponding with parameter from the upstream standards template

Changes

  • .github/workflows/feature-ideation.yml: pin reusable workflow call to SHA, add dry_run input

Closes #159

Generated with Claude Code

…iance

Pin `petry-projects/.github/.github/workflows/feature-ideation-reusable.yml`
from `@v1` to `@208ec2d69b75227d375edf8745d84fbac05a76b2` (v1) per the
action-pinning policy. Also sync the missing `dry_run` input and `with`
param from the upstream standards template.

Closes #159

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 14, 2026 11:26
@don-petry

Copy link
Copy Markdown
Collaborator Author

@don-petry — you're the code owner for this repo. PR #183 is ready for your review and merge.

@sonarqubecloud

Copy link
Copy Markdown

@coderabbitai

coderabbitai Bot commented Apr 14, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 34 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 55 minutes and 34 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: b0ee5f81-d85d-45fa-be8f-f345113d8736

📥 Commits

Reviewing files that changed from the base of the PR and between 56ee75a and 9384257.

📒 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-20260414-1124

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 workflow stub to comply with the org action-pinning policy and to align inputs with the upstream reusable workflow template.

Changes:

  • Pin the reusable workflow reference from @v1 to a full commit SHA.
  • Add a dry_run workflow_dispatch input and pass it through to the reusable workflow.

@don-petry

Copy link
Copy Markdown
Collaborator Author

Automated review — APPROVED

Risk: LOW
Reviewed commit: 50b4a6f25367e058735c1a4dc1b65072869fa42c
Cascade: triage → deep (see triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6 for models)

Summary

Single-file CI workflow change that pins a reusable workflow reference from a mutable tag (@v1) to a pinned SHA, following the org's action-pinning policy (issue #159). A dry_run boolean input is also added to sync with the upstream reusable workflow template. All CI gates pass (CodeQL, SonarCloud 0 issues/hotspots, build, tests, AgentShield) and the change is a net security improvement.

Findings

Info

  • [info] .github/workflows/feature-ideation.yml:83 — SHA pin (208ec2d69b75227d375edf8745d84fbac05a76b2 # v1) correctly follows supply-chain hardening best practice; removes mutable @v1 tag reference.
  • [info] (all files) — All status checks pass: CodeQL (actions, JS/TS, Python), SonarCloud (0 new issues, 0 security hotspots), build-and-test, Node.js Tests, Playwright UI Tests, Dependency audit, AgentShield, Coverage.
  • [info] .github/workflows/feature-ideation.yml:56 — dry_run input uses correct type:boolean with default:false and is passed through as inputs.dry_run || false, consistent with the upstream reusable workflow template.

CI status

All status checks pass (CodeQL, SonarCloud 0 new issues/hotspots, build-and-test, Node.js Tests, Playwright UI Tests, Dependency audit, AgentShield, Coverage).


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 @don-petry if you need a human.

@petry-projects-pr-review-agent petry-projects-pr-review-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 @don-petry if you need a human.

@petry-projects-pr-review-agent petry-projects-pr-review-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 @don-petry if you need a human.

@don-petry

Copy link
Copy Markdown
Collaborator Author

Closing as duplicate of #220 — same fix for issue #183. The newest attempt is kept open.

@don-petry don-petry closed this May 3, 2026
auto-merge was automatically disabled May 3, 2026 15:00

Pull request was closed

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