Skip to content

Commit

Permalink
use java 17 for codeql build
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Duden <[email protected]>
  • Loading branch information
frankbregulla1111 and jimduden6804 committed May 24, 2023
1 parent 1abc864 commit 5cadbf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

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

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

Expand Down

0 comments on commit 5cadbf2

Please sign in to comment.