<< All versions
Skill v1.0.10
Automated scan93/100javimosch/supercli/quickstart
~2 modified
──Details
PublishedMay 15, 2026 at 12:32 AM
Content Hashsha256:a4d13423fc326d38...
Git SHA76f256d1490a
Bump Typepatch
──Files
Files (1 file, 1.6 KB)
SKILL.md1.6 KBactive
SKILL.md · 73 lines · 1.6 KB
version: "1.0.10" name: pinact description: Use this skill when the user wants to pin GitHub Actions versions, update workflow files, or verify GitHub Actions annotations.
pinact Plugin
Pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. Update and verify version annotations.
Commands
Actions Management
pinact action update— Update GitHub Actions versions
Utility
pinact _ _— Passthrough to pinact CLI
Usage Examples
- "Pin GitHub Actions versions"
- "Update workflow files"
- "Verify action versions"
- "Pin reusable workflows"
Installation
bash
brew install pinact
Or via Go:
bash
go install github.com/suzuki-shunsuke/pinact/cmd/pinact@latest
Examples
bash
# Update actionspinact action update .github/workflows# Check without modifyingpinact action update .github/workflows --check# Fix issuespinact action update .github/workflows --fix# Show diffpinact action update .github/workflows --diff# Any pinact command with passthroughpinact _ _ update .github/workflowspinact _ _ update .github/workflows --check
Key Features
- Pin - Pin action versions
- Update - Update action versions
- Verify - Verify version annotations
- Security - Improves security
- Workflows - GitHub Workflows
- Composite - Composite actions
- Reproducible - Reproducible builds
- CI/CD - CI/CD integration
- Config - Configurable rules
- Safe - Safe version management
Notes
- Great for GitHub Actions management
- Ensures reproducible workflows
- Improves CI/CD security
- Supports SARIF output