Skip to content

Commit

Permalink
Downgrade to JDK17 to see if build is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Dec 17, 2024
1 parent 4714df7 commit bc3cd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
distribution: "temurin"
java-version: "17"
cache: 'maven'

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit bc3cd86

Please sign in to comment.