| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I think this is working now, but I am confused by something. The call to /repos/github/codeql-action/code-scanning/analyses?sarif_id=XXX seems to be returning multiple analyses when I call it in the workflow. Some of the results are overlapping. For example, you can see here https://github.com/github/codeql-action/actions/runs/6791589351/job/18463369144?pr=1981#step:22:44 that there are a number of analyses that we attempt to delete, but they don't exist. They have already been deleted by another job in the workflow, ie- https://github.com/github/codeql-action/actions/runs/6791589351/job/18463373448?pr=1981#step:18:53. Two questions:
|
Sorry, something went wrong.
The analysis is purposefully failing. We don't want a failed analysis sitting in the security center since this can cause some internal checks to erroneously fail.
|
This PR is now ready for review. I separated out the changes for the debug-artifacts-upload workflows, since we can and should merge that first in order to get main passing again. |
Sorry, something went wrong.
There was a problem hiding this comment.
Nice, a bunch of suggestions, but this looks good.
Sorry, something went wrong.
|
Looks like we can't use the cause option in Error yet. |
Sorry, something went wrong.
- Change error messages. - Use logger instead of core - throw Error instead of write error message
There was a problem hiding this comment.
Looks good, just one minor comment about the changes.
Sorry, something went wrong.
Need to also change the signature of delay to allow this to happen.
There was a problem hiding this comment.
Nice
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The analysis is purposefully failing. We don't want a failed analysis sitting in the security center since this can cause some internal checks to erroneously fail.
Merge / deployment checklist