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
ci: combine SARIF files for avoiding GitHub limits
GitHub only allows 20 SARIF runs in a single upload. However, our number
of modules already exceeds this limit. Therefore, we combine the
resulting detekt sarif files into a single file with only a single run,
which circumvents this limit.
0 commit comments