Skip to content

Commit

Permalink
github: Use Temurin 17 LTS (which is supposed to be cached in Runners)
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 15, 2023
1 parent ae255ac commit 96d67e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '16'
java-version: '17'
cache: 'maven'

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 96d67e1

Please sign in to comment.