Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Set Java version to 17
  • Loading branch information
dmkeen authored Sep 28, 2023
1 parent f14cf0f commit 2cbf19b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 2cbf19b

Please sign in to comment.