We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b9f0c commit b150659Copy full SHA for b150659
1 file changed
.github/workflows/codeql-analysis.yml
@@ -80,8 +80,9 @@ jobs:
80
# ℹ️ Command-line programs to run using the OS shell.
81
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
82
- name: Set up JDK 11
83
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
84
with:
85
+ distribution: 'adopt'
86
java-version: 11
87
architecture: x64
88
- name: Grant execute permission for gradlew
0 commit comments