Skip to content

Commit

Permalink
Update codeql-analysis.yml to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
siggel committed Oct 20, 2023
1 parent 79f91fd commit 0e13059
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 @@ -38,6 +38,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17

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

0 comments on commit 0e13059

Please sign in to comment.