pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.3.0.
- This action is used across all versions by 143 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The pinact-action GitHub Action automates the process of pinning specific versions of GitHub Actions and reusable workflows in workflow configuration files to ensure stability and reproducibility. It can either update the files and push changes to a repository or validate that all actions are properly pinned, failing the CI process if they are not. This action helps maintain consistent and secure workflows by preventing unintended updates or changes to dependencies.
Release notes
Issues | Pull Requests | https://github.com/suzuki-shunsuke/pinact-action/compare/v1.2.0...v1.3.0 | Base revision
Features
#854 Support Securefix Action
Now you can create commits via Securefix Action securely. About Securefix Action, please see the document of Securefix Action.
e.g.
- uses: suzuki-shunsuke/pinact-action@28aeb220eb3252ad0d4422dd5d9368e925acbd8d # v1.3.0
with:
securefix_app_id: ${{vars.SECUREFIX_ACTION_CLIENT_APP_ID}}
securefix_app_private_key: ${{secrets.SECUREFIX_ACTION_CLIENT_APP_PRIVATE_KEY}}
securefix_server_repository: securefix-server