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