From 2abc7e39a9cc059bdfc557535e3572c515b443a3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 25 May 2022 11:30:51 +0200 Subject: [PATCH] Setting up jdk for codeql flow --- .github/workflows/codeql.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 2ed88960bf..8fef49adf5 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -16,6 +16,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + + - name: Set up JDK + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: 17 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL