suzuki-shunsuke/pinact
Pin GitHub Actions and reusable workflows by pinact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default_github_token | GitHub Access Token contents:write - Push commits | no | ${{github.token}} |
| github_token | GitHub Access Token contents:write - Push commits | no | — |
| github_token_for_push | GitHub Access Token for pushing commits. Falls back to github_token if not specified. contents:write - Push commits | no | — |
| app_id | GitHub App ID | no | — |
| app_private_key | GitHub App Private Key | no | — |
| securefix_app_id | GitHub App ID for Securefix Action | no | — |
| securefix_app_private_key | GitHub App Private Key for Securefix Action | no | — |
| securefix_server_repository | Securefix Action Server Repository | no | — |
| fix | pinact run's --fix option | no | true |
| no_api | pinact run's --no-api option | no | false |
| skip_push | Skip pushing a commit | no | false |
| update | pinact run's --update option | no | false |
| verify | pinact run's --verify option | no | false |
| review | Enable reviewdog integration to post PR reviews | no | false |
| github_token_for_review | GitHub Access Token for reviewdog. Falls back to github_token if not specified. pull_requests:write - Post PR reviews | no | — |
| reviewdog_filter_mode | reviewdog's -filter-mode option | no | — |
| reviewdog_fail_level | reviewdog's -fail-level option | no | error |
| reviewdog_level | reviewdog's -level option | no | — |
| min_age | pinact run's --min-age option | no | — |
| verify_min_age | pinact run's --verify-min-age option | no | false |
| includes | pinact run's --include option. Each value is newline separated. Lines starting with # are ignored. | no | — |
| excludes | pinact run's --exclude option. Each value is newline separated. Lines starting with # are ignored. | no | — |
| separator | pinact run's --separator option. | no | — |
| branch_to_tags | pinact run's --branch-to-tag option. Each value is newline separated. Lines starting with # are ignored. | no | — |
| config | pinact run's --config option. | no | — |
| diff_file | pinact run's --diff-file option. | no | — |
Outputs
no outputs