Skip to content

Commit

Permalink
Force Java 17 for CodeQL, same as in normal CI workflow (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
stippi2 authored Oct 9, 2023
1 parent 674cca2 commit ece18b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Force Java 17
- name: Setup Java
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 ece18b1

Please sign in to comment.