Below you will find pages that utilize the taxonomy term “suzuki-shunsuke”
January 9, 2026
Create Commit By GitHub API
Version updated for https://github.com/suzuki-shunsuke/commit-action to version v0.1.0.
This action is used across all versions by 27 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The commit-action GitHub Action automates the process of creating and pushing verified commits to remote branches using the GitHub API, eliminating the need for managing GPG or SSH keys. It addresses the challenge of securely automating commit signing by leveraging GitHub tokens or GitHub App access tokens.
December 29, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.3.1.
This action is used across all versions by 145 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pinact-action GitHub Action automates the process of pinning GitHub Actions and reusable workflows in workflow files to specific versions, ensuring stability and security by preventing unintended updates. It can validate files for proper version pinning, with the option to push a commit to enforce changes or fail CI if pinning is not correctly applied.
December 28, 2025
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.
December 27, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.2.0.
This action is used across all versions by 143 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Pinact-action is a GitHub Action designed to automate the process of pinning specific versions of GitHub Actions and reusable workflows in workflow files. It ensures consistency and security by verifying and updating workflow configurations, pushing commits to a remote branch when required, or failing CI if actions are not properly pinned.
December 26, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.1.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 automates the process of pinning specific versions of GitHub Actions and reusable workflows in workflow files to enhance security and stability. It validates and updates the workflow files, ensuring that actions are securely pinned to specific versions, and optionally pushes the changes or fails the CI if unpinned actions are detected.
December 26, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.0.1.
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 is a GitHub Action designed to automate the process of pinning versions of GitHub Actions and reusable workflows in workflow files. It ensures that all actions referenced in .github/workflows/*.yml and other configuration files are pinned to specific versions for consistency and security, preventing issues caused by unpinned or outdated dependencies.
November 20, 2025
Validate Pull Request Reviews
Version updated for https://github.com/suzuki-shunsuke/validate-pr-review-action to version v0.0.11.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Issues | Pull Requests | https://github.com/suzuki-shunsuke/validate-pr-review-action/compare/v0.0.10...v0.0.11 | Base revision
🐛 Bug Fixes #315 Fix a bug that approvals are ignored if non approval reviews by same people exist
This bug affects v0.0.9 and v0.0.10.
November 17, 2025
Validate Pull Request Reviews
Version updated for https://github.com/suzuki-shunsuke/validate-pr-review-action to version v0.0.10.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Issues | Pull Requests | https://github.com/suzuki-shunsuke/validate-pr-review-action/compare/v0.0.9...v0.0.10 | Base revision
🐛 Bug Fixes #311 Catch throwed errors properly
Others #311 Add integration tests
November 17, 2025
Create Commit By GitHub API
Version updated for https://github.com/suzuki-shunsuke/commit-action to version v0.0.14.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Issues | Pull Requests | https://github.com/suzuki-shunsuke/commit-action/compare/v0.0.13...v0.0.14 | Base revision
🐛 Bug Fixes #233 Fix a bug that the action fails without inputs github_token or the pair of app_id and app_private_key #232 Fix a bug throwed error isn’t cached
Others #233 Add the integration test
April 28, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.0.0.
This action is used across all versions by 97 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes https://github.com/suzuki-shunsuke/pinact-action/compare/v0.2.2...v1.0.0
⚠️ pinact is updated to v3 pinact v3 includes breaking changes. Please see the release note.
https://github.com/suzuki-shunsuke/pinact/releases/tag/v3.0.0
December 10, 2023
aws-secrets-manager-get-action
Version updated for suzuki-shunsuke/aws-secrets-manager-get-action to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🎉 First release
https://github.com/suzuki-shunsuke/aws-secrets-manager-get-action/commits/v0.1.0
December 8, 2023
Validate Renovate Configuration with renovate-config-validator
Version updated for suzuki-shunsuke/github-action-renovate-config-validator to version v1.0.0.
This action is used across all versions by 376 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes ⚠️ Breaking Changes #531 renovate-config-validator’s –strict option is enabled by default.
How to migrate There are several options.
Recommended: Fix Renovate configuration according to the error message Unrecommended: Set false to the input strict to disable --strict option ⚠️ Security Improvement #530 Pass inputs via environment variables to prevent malicious injection