Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.5.4.
- 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. It eliminates the need to share sensitive credentials (e.g., GitHub App private keys with elevated permissions) or rely on external services, enhancing workflow security. This action simplifies secure code fixes and integrates seamlessly without requiring additional server hosting.
Release notes
Issues | Pull Requests | https://github.com/csm-actions/securefix-action/compare/v0.5.3...v0.5.4 | Base revision
🐛 Bug Fixes
#464 fix: make PullRequest schema fields optional with defaults
Fix a validation error:
Error: [
{
"expected": "array",
"code": "invalid_type",
"path": [
"inputs",
"pull_request",
"reviewers"
],
"message": "Invalid input: expected array, received undefined"
},
{
"expected": "array",
"code": "invalid_type",
"path": [
"inputs",
"pull_request",
"team_reviewers"
],
"message": "Invalid input: expected array, received undefined"
}
]