Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jan 19, 2024
1 parent bd00f23 commit 42edda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
) {
Expand Down

0 comments on commit 42edda9

Please sign in to comment.