Skip to content

Commit

Permalink
LGTM analysis
Browse files Browse the repository at this point in the history
This change enable/configure LGTM analysis on 2.7 branch built by Ant.

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman committed Apr 21, 2022
1 parent e199851 commit 3cc45cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- run: |
- name: Build
run: |
mkdir $HOME/extension.lib.external
wget -nc https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar -O $HOME/extension.lib.external/junit-4.12.jar
wget -nc https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar -O $HOME/extension.lib.external/hamcrest-core-1.3.jar
Expand Down

0 comments on commit 3cc45cf

Please sign in to comment.