Skip to content

Commit

Permalink
Fix CodeQL to work with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 21, 2023
1 parent 4d84cff commit ba1bfe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
with:
persist-credentials: false

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit ba1bfe8

Please sign in to comment.