Update GitHub Action Versions#143
Conversation
Code ReviewOverviewThis PR bumps
The change is minimal, consistent across both files, and generated by the Code Quality
Security Consideration (non-blocking)Both workflows use mutable version tags (e.g. Given that these workflows have Recommendation (for a future improvement, not this PR): Consider pinning to a full commit SHA, e.g.: uses: anthropics/claude-code-action@<full-sha> # v1.0.132This is a known trade-off and many repos accept the risk for maintainability. Since this is an automated update PR, changing the pinning strategy is out of scope here — just worth tracking. SummaryApprove. This is a clean, automated maintenance update with no logic changes. The only note is the mutable-tag pinning pattern, which is pre-existing and out of scope for this PR. |
GitHub Actions Version Updates