Skip to content

Commit

Permalink
Try to fix CodeQL action
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava authored Oct 26, 2024
1 parent 4d083aa commit 2c6730c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
java-version: '20'
overwrite-settings: 'false'

- name: Check
run: cat ${{ github.workspace }}/.m2/settings.xml

- name: Build
run: mvn -s ${{ github.workspace }}/.m2/settings.xml -B compile
env:
Expand Down

0 comments on commit 2c6730c

Please sign in to comment.