We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e76d7a commit 1869d7cCopy full SHA for 1869d7c
.github/workflows/codeql.yml
@@ -40,10 +40,10 @@ jobs:
40
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
41
42
- name: Configure JDK
43
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
44
with:
45
java-version: 17
46
- distribution: 'gradle'
+ distribution: 'temurin'
47
48
- run: touch local.properties
49
0 commit comments