Skip to content

Commit ce46376

Browse files
committedJun 1, 2021
fix
1 parent 45f1b39 commit ce46376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
uses: actions/checkout@v2
3939

4040
- name: Setup Java JDK
41-
uses: actions/setup-java@v1
41+
uses: actions/setup-java@v2
4242
with:
43+
distribution: 'adopt'
4344
java-version: 16
4445

4546
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)
Please sign in to comment.