threatflux/GitHub Actions Maintainer
Pin, update, and report GitHub Actions and cargo dependency versions with optional remote pull request creation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run. Use pin, update, or status. | no | pin |
| token | Optional for read-only commands; required for remote pull request creation and recommended to raise API rate limits. | no | "" |
| owner | Repository owner for remote PR creation. | no | "" |
| repo-name | Repository name for remote PR creation. | no | "" |
| repo | Path to the checked-out repository. | no | . |
| workflows-path | Relative path to the workflow directory. | no | .github/workflows |
| dry-run | Show changes without rewriting files. | no | false |
| github-actions | Include GitHub Actions workflow updates for update and status commands. | no | false |
| cargo | Include cargo package updates for update and status commands. | no | false |
| all | Include both GitHub Actions and cargo package updates for update and status commands. | no | false |
| create-pr | Create a branch and pull request remotely for update mode. | no | false |
| base-branch | Base branch for remote PR creation. | no | "" |
| branch-name | Override branch name for remote PR creation. | no | "" |
| labels | Labels to add to a created pull request. | no | dependencies |
| title | Pull request title for remote update mode. | no | Update dependencies |
| commit-message | Commit message for remote update mode. | no | Update dependencies |
Outputs
no outputs