Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Setup Java 17 for java-kotlin matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Feb 5, 2024
1 parent cfeb4e5 commit 131bfe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-java@v1
if: matrix.language == 'java-kotlin'
with:
java-version: 17

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

0 comments on commit 131bfe4

Please sign in to comment.