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.
2 parents 96585d8 + f6f1a5a commit 1c7d6a8Copy full SHA for 1c7d6a8
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v5
37
38
- name: Setup Java JDK
39
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
40
with:
41
distribution: 'temurin'
42
java-version: '21'
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v5
25
- name: Set up JDK
26
27
28
29
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments