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
fix: resolve CodeQL job OOM and Default Setup conflict
- gradle.properties: add kotlin.daemon.jvmargs=-Xmx2048m to prevent
Kotlin compiler OOM (the root cause of the failing run 76567513542)
- codeql.yml: add step to disable GitHub Default Setup via gh api
before CodeQL init, resolving the SARIF upload conflict caused by
having both Default Setup and advanced setup active simultaneously
0 commit comments