Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.4.2.
- 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 that automates secure 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 implementing a server/client architecture using GitHub Actions, enabling secure code updates without exposing repositories to unnecessary risks. This action simplifies the process of maintaining secure and efficient development pipelines.
Release notes
Issues | Pull Requests | https://github.com/csm-actions/securefix-action/compare/v0.4.1...v0.4.2 | Base revision
Features
Make config fields optional with default branch fallback #407
- Make
client.branchesoptional (defaults to client repo’s default branch via GitHub API) - Make
push.repositoriesoptional (defaults to client repository only) - Make
pull_request.base_branchesoptional (defaults to push repo’s default branch via GitHub API)
Others
Refactor: use securefix-action JSR #360