
I think we need to do something like https://github.com/vmware-tanzu/community-edition/actions/runs/2253393437/workflow#L64 to avoid the current error

Did something change that led to that problem? I’m tempted to just turn that off.

https://github.com/racket/racket/commit/7c2ebef056e330af71f538043d95763ef9d4f2fe is the commit that changes from success to fail. But it doesn’t look like it’s actually relevant.

Oh, actually previously there’s also a problem, but they were warnings

Here’s from the previous commit, before the one I mentioned above


> Warning: An error occurred checking the status of the delivery. Error: Code Scanning could not process the submitted SARIF file: > rejecting SARIF, as there are more runs than allowed (33 > 15) It should still be processed in the background, but errors that occur during processing may not be reported. > Analysis upload status is failed.

Now it becomes:
> Error: Code Scanning could not process the submitted SARIF file: > rejecting SARIF, as there are more runs than allowed (33 > 15)

I wonder when those warning started