mateuszgorniak/GitHub Actions Versioner
Checks if your GitHub Actions dependencies are up to date and suggests updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access | yes | — |
| workflow_path | Path to workflow files | no | ${{ github.workspace }}/.github/workflows |
Outputs
| name | description |
|---|---|
| outdated_actions | JSON array of outdated actions with their current and latest versions |
| status | Overall status of the check (success/failure) |