Skip to content

Commit

Permalink
Update Github Action workflows
Browse files Browse the repository at this point in the history
* remove CodeQL workflow
* Adjust Maven workflow to initialize submodule
  • Loading branch information
pacphi committed Oct 6, 2023
1 parent a076e79 commit edd41e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 96 deletions.
95 changes: 0 additions & 95 deletions .github/workflows/codeql.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
java: [ 8, 11, 17, 21 ]
name: Java ${{ matrix.java }} build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prepare multi-module build
run: |
git submodule update --init --recursive
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit edd41e1

Please sign in to comment.