Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.4.3.
- 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 directly within CI workflows, eliminating the need to share sensitive credentials like GitHub App private keys or rely on external services. It enhances workflow security by using a unique server/client architecture entirely within GitHub Actions, reducing exposure to potential vulnerabilities while simplifying the process of automating secure code changes.
Release notes
Issues | Pull Requests | https://github.com/csm-actions/securefix-action/compare/v0.4.2...v0.4.3 | Base revision
🐛 Bug Fixes
#428 #429 Fix a bug of zod validation
[
{
"code": "invalid_type",
"expected": "object",
"received": "null",
"path": [
"project"
],
"message": "Expected object, received null"
}
]