diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 125618b..8c8f46d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: - java-version: 1.8.0_281 + java-version: 1.8 #languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. @@ -57,7 +57,7 @@ jobs: - name: Autobuild uses: github/codeql-action/autobuild@v1 with: - java-version: 1.8.0_281 + java-version: 1.8 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl