mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
Add a comment
This commit is contained in:
@@ -427,6 +427,7 @@ async function run() {
|
||||
|
||||
if (
|
||||
config.languages.includes(Language.java) &&
|
||||
// Java Lombok support is enabled by default for >= 2.14.4
|
||||
(await codeQlVersionAbove(codeql, "2.14.0")) &&
|
||||
!(await codeQlVersionAbove(codeql, "2.14.4"))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user