We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd00f23 commit 42edda9Copy full SHA for 42edda9
1 file changed
src/init-action.ts
@@ -427,6 +427,7 @@ async function run() {
427
428
if (
429
config.languages.includes(Language.java) &&
430
+ // Java Lombok support is enabled by default for >= 2.14.4
431
(await codeQlVersionAbove(codeql, "2.14.0")) &&
432
!(await codeQlVersionAbove(codeql, "2.14.4"))
433
) {
0 commit comments