Skip to content

Commit

Permalink
fix: ensure Java 17 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Oct 23, 2023
1 parent fce0d4f commit b68cba7
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:
- name: Checkout repository
uses: actions/checkout@v3

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit b68cba7

Please sign in to comment.