Skip to content

Commit

Permalink
Better config for CodeQL analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Smotrakov <artem.smotrakov@gmail.com>
  • Loading branch information
artem-smotrakov committed May 26, 2021
1 parent 4708ec2 commit 2e17556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: *
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: *
schedule:
- cron: '0 22 * * 1'

Expand Down
5 changes: 4 additions & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ path_classifiers:
extraction:
java:
index:
build_command: "mvn -DskipTests clean package"
java_version: 11
maven:
version: 3.6.3
build_command: "mvn -DskipTests -Denforcer.skip clean package"

0 comments on commit 2e17556

Please sign in to comment.