Skip to content

Commit 2c6730c

Browse files
authored
Try to fix CodeQL action
1 parent 4d083aa commit 2c6730c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
java-version: '20'
8787
overwrite-settings: 'false'
8888

89+
- name: Check
90+
run: cat ${{ github.workspace }}/.m2/settings.xml
91+
8992
- name: Build
9093
run: mvn -s ${{ github.workspace }}/.m2/settings.xml -B compile
9194
env:

0 commit comments

Comments
 (0)