Problem
The claude-invoke composite action pins anthropics/claude-code-action@3ac52d0d while downstream workflows that call the action directly (claude-code-review.yml, claude.yml in benhigham/web) pin @88c168b3. This version skew means workflows doing the same kind of work (invoking Claude) may behave differently.
Surfaced during review of benhigham/web#150.
Suggested fix
Bump claude-invoke's pinned claude-code-action SHA to match the version used by the non-migrated workflows, or update all references to the latest release at once.
Context
Problem
The
claude-invokecomposite action pinsanthropics/claude-code-action@3ac52d0dwhile downstream workflows that call the action directly (claude-code-review.yml,claude.ymlinbenhigham/web) pin@88c168b3. This version skew means workflows doing the same kind of work (invoking Claude) may behave differently.Surfaced during review of benhigham/web#150.
Suggested fix
Bump
claude-invoke's pinnedclaude-code-actionSHA to match the version used by the non-migrated workflows, or update all references to the latest release at once.Context
claude-invokeaction:anthropics/claude-code-action@3ac52d0da9f8ec9ca7b4dc23bb477e36ef9c77a9claude-code-review.yml/claude.yml:anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185claude-invoke)