Skip to content

Commit 9c737db

Browse files
authored
Update CI workflow with more specific Java version
1 parent b4fb185 commit 9c737db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: 21
22+
java-version: 21.0.7
2323
- name: Initialize CodeQL
2424
uses: github/codeql-action/init@v3
2525
with:

0 commit comments

Comments
 (0)