ollieb89/Action Usage Analyzer
Identify popular and outdated GitHub Actions used in your workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | ${{ github.token }} |
| fail_on_outdated | Fail the workflow if outdated actions are found | no | false |
| report_type | Type of report to generate (markdown, json, summary) | no | summary |
Outputs
| name | description |
|---|---|
| outdated_count | Number of outdated actions found |
| usage_stats | JSON string of action usage statistics |