Skip to content

Commit

Permalink
Update codeql-analysis.yml to use java 17 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed May 23, 2024
1 parent 624ad0e commit ae32fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

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

0 comments on commit ae32fd6

Please sign in to comment.