Skip to content

Commit b150659

Browse files
committed
Update code ql configuration
1 parent 90b9f0c commit b150659

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
# ℹ️ Command-line programs to run using the OS shell.
8181
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8282
- name: Set up JDK 11
83-
uses: actions/setup-java@v1
83+
uses: actions/setup-java@v4
8484
with:
85+
distribution: 'adopt'
8586
java-version: 11
8687
architecture: x64
8788
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)