| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks again for this — our telemetry reporting should indeed be non-critical! I've just added a few comments.
I think this may warrant a CHANGELOG entry 🌞 users who may have seen this failure in the past should be happy to see the change.
Sorry, something went wrong.
There was a problem hiding this comment.
This is looking great. I have a few copy-editing suggestions and one question about 404/403 errors.
Sorry, something went wrong.
| import { SarifFile, ConfigurationError, wrapError } from "./util"; | ||
|
|
||
| const GENERIC_403_MSG = | ||
| "The repo on which this action is running has not opted-in to CodeQL code scanning."; |
There was a problem hiding this comment.
This message and the one below it needs some work, but as you mentioned, it is outside the scope of this PR.
Sorry, something went wrong.
|
Thanks again for your work on this. |
Sorry, something went wrong.
Change `sendStatusReport` to `void`
|
Thanks again! Nice work here. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolve github/codeql#15462 (comment) by converting sendStatusReport into a function that always returns void and uses core.warning instead of core.error
Split from:
Merge / deployment checklist