diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d399681..cfb8c0a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,8 @@ jobs: - name: Setup Java JDK uses: actions/setup-java@v3 with: - java-version: 17 + distribution: 'temurin' + java-version: '17' # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below)