From 131bfe44a2b3559ab2fb150d20cc0d5f85624a36 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 5 Feb 2024 07:11:17 +0300 Subject: [PATCH] Setup Java 17 for java-kotlin matrix --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 679a5b6..deccfbf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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