mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Kotlin: Fix compilation_finished upgrade script
This commit is contained in:
@@ -3,5 +3,5 @@ class Compilation extends @compilation {
|
||||
}
|
||||
|
||||
from Compilation c, float cpu_seconds, float elapsed_seconds
|
||||
where compilations(c, cpu_seconds, elapsed_seconds)
|
||||
where compilation_finished(c, cpu_seconds, elapsed_seconds)
|
||||
select c, cpu_seconds, elapsed_seconds, /* success */ 0
|
||||
|
||||
Reference in New Issue
Block a user