Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.5.1.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Securefix Action is a GitHub Action designed to securely automate code fixes within CI workflows without requiring the sharing of sensitive GitHub App private keys or external service access to your code. It enhances the security of workflows by operating entirely within GitHub Actions while providing a straightforward, serverless implementation. Key capabilities include secure commit pushes, pull request creation, and customizable validation processes, all aimed at improving developer productivity and maintaining code security.
Release notes
Issues | Pull Requests | https://github.com/csm-actions/securefix-action/compare/v0.5.0...v0.5.1 | Base revision
Features
#432 Support listing committed files without git ls-files
The input use_git_ls_files is added.
Others
#406 Update dependency zod to v4 (3.25.76 => 4.3.5)