ci: update actions for the autofix.ci workflow#174
Conversation
WalkthroughThe GitHub Actions formatting workflow was updated to reference newer action tags: Changes
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
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. Comment Tip You can generate walkthrough in a markdown collapsible section to save space.Enable the |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/workflows/format.yml:
- Line 32: Add an inline comment next to the uses:
autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 entry in
.github/workflows/format.yml explaining that this pin intentionally stays on
v1.3.2 because v1.3.3 changed the action's API domain from .ci to .com (see
release v1.3.3) and would reintroduce issue `#172`; include a brief reference to
the release/issue and a note to reassess the pin if the action reverts or
provides a compatible migration path.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 7e7a552d-bfc7-4331-b180-f28faeb21634
📒 Files selected for processing (1)
.github/workflows/format.yml
Used `v1.3.2` to avoid the hostname change. Support for Node.js version 24 is not yet available. Also: - pin `actions/checkout@v6.0.2` by commit hash
autofix.ci workflowautofix.ci workflow
fix(ci): pin `autofix-ci/action@v1.3.2` by commit hash Used `v1.3.2` to avoid the hostname change. Support for Node.js version 24 is not yet available. Also: - pin `actions/checkout@v6.0.2` by commit hash
I used
v1.3.2to avoid the hostname change.https://github.com/autofix-ci/action/releases/tag/v1.3.3
https://github.com/autofix-ci/action/releases/tag/v1.3.2
Node 24 isn't being used by this action yet.
https://github.com/autofix-ci/action/blob/7a166d7532b277f34e16238930461bf77f9d7ed8/action.yml#L7
For #172