| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This is fine as a short-term improvement.
Sorry, something went wrong.
There was a problem hiding this comment.
Adjusts the shared GitHub API client’s retry configuration to retry certain HTTP status codes associated with transient authentication failures when calling the feature flags API.
Changes:
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| src/api-client.ts | Updates Octokit retry configuration to retry auth-related status codes. |
| src/api-client.test.ts | Updates expectations to include the new retry configuration. |
| lib/upload-sarif-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/upload-sarif-action-post.js | Generated output update reflecting src/api-client.ts change. |
| lib/upload-lib.js | Generated output update reflecting src/api-client.ts change. |
| lib/start-proxy-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/start-proxy-action-post.js | Generated output update reflecting src/api-client.ts change. |
| lib/setup-codeql-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/resolve-environment-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/init-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/init-action-post.js | Generated output update reflecting src/api-client.ts change. |
| lib/autobuild-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/analyze-action.js | Generated output update reflecting src/api-client.ts change. |
| lib/analyze-action-post.js | Generated output update reflecting src/api-client.ts change. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We have observed some transient authentication errors accessing the feature API. As a quick workaround, this PR modifies the retry plugin to retry status codes that can be caused by authentication issues.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist