Files
gradle-build-tools-actions/sources
Claire SongandCopilot 7fc279270a
CI-validate-wrappers / validation (push) Has been cancelled
Add retry logic for dependency graph submission
The dependency graph submission to GitHub's Dependency Submission API
had no retry logic, causing intermittent HttpError failures that
succeed on manual re-run. This adds:

- Retry loop with exponential backoff (3 attempts: 1s, 2s, 4s delays)
  for transient errors (HTTP 429, 5xx)
- Non-retryable errors (4xx except 429) fail immediately
- HTTP status code included in error messages for better diagnostics
- Unit tests for retry classification and error status helpers

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-17 12:05:57 -04:00
..
2025-06-11 15:22:03 -06:00
2025-04-09 16:55:48 -06:00
2025-04-09 16:55:48 -06:00