Skip to content

Commit

Permalink
Use JDK 17 in CodeQL Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kokorin committed Sep 9, 2023
1 parent a54b66d commit 7ca19d2
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 @@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 8
java-version: 17

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 7ca19d2

Please sign in to comment.