You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 57.0.0 of go-github, UploadSarif never returns a valid SarifID object because it's propagating the AcceptedError instead of deserializing the body because this endpoint returns a 202. It seems to exhibit the same behavior that was fixed for CreateFork in #878.
The text was updated successfully, but these errors were encountered:
In version 57.0.0 of go-github, UploadSarif never returns a valid SarifID object because it's propagating the AcceptedError instead of deserializing the body because this endpoint returns a 202. It seems to exhibit the same behavior that was fixed for CreateFork in #878.
The text was updated successfully, but these errors were encountered: