case/Dependabot Error Alerts
Check for Dependabot workflow failures and alert
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 }} |
| lookback_days | Number of days to look back for failures | no | 7 |
| fail_on_error | Fail the action if Dependabot failures are found | no | false |
Outputs
| name | description |
|---|---|
| failure_count | Number of Dependabot workflow failures found |
| has_failures | Whether any failures were found (true/false) |
| failures_json | JSON array of failure details (id, name, html_url, created_at) |