Skip to content

Commit edd41e1

Browse files
committed
Update Github Action workflows
* remove CodeQL workflow * Adjust Maven workflow to initialize submodule
1 parent a076e79 commit edd41e1

File tree

2 files changed

+4
-96
lines changed

2 files changed

+4
-96
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
java: [ 8, 11, 17, 21 ]
1111
name: Java ${{ matrix.java }} build
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
14+
- name: Prepare multi-module build
15+
run: |
16+
git submodule update --init --recursive
1417
- name: Set up Java
1518
uses: actions/setup-java@v3
1619
with:

0 commit comments

Comments
 (0)