ZIP
WinGet
pinact
Shunsuke Suzuki · 3.10.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
pinact_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
suzuki-shunsuke.pinact
Version
3.10.0
Description
pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations.
License
MIT
↗
Installer URL
https://github.com/suzuki-shunsuke/pinact/releases/download/v3.10.0/pinact_windows_amd64.zip
Release Notes
Features
#1530 Support pinning branches to latest stable tags by the --branch-to-tag option
The default behabiour isn't changed.
By default, pinact doesn't pin branches such as main or master.
If you want to pin specific branches, you can use the --branch-to-tag option.
e.g.
pinact run --branch-to-tag '^main$' --branch-to-tag '^release/.*$'