Skip to content

Commit e0f5b08

Browse files
committed
Update codeql to run on java 17
1 parent 07858ce commit e0f5b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/setup-java@v3
106106
with:
107107
distribution: 'adopt'
108-
java-version: '11'
108+
java-version: '17'
109109
- name: Remove default github maven configuration
110110
run: rm $Env:USERPROFILE\.m2\settings.xml
111111
- name: Setup Android SDK

0 commit comments

Comments
 (0)