diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 609eee0..fcb9601 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,8 @@ jobs: - name: Setup JDK 17 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: '17' + distribution: 'zulu' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL