Commit 4b0ab25
authored
Improvement: Updated CodeQL to (Hopefully) Analyze Using the Right Version of Java (MegaMek#7529)
I finally got fed up with CodeQL spitting out rubbish feedback enough to
actually do something about it.
If my Google-Fu hasn't failed me this addition will give CodeQL the
context necessary to review our code with the understanding that we're
using J17. Apparently, it was defaulting to J8.
If this explodes CodeQL ~~nothing of value will be lost~~ we can easily
reverse this change.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments