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 39c1907 commit 1656cddCopy full SHA for 1656cdd
.github/workflows/codeql-analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# Setup JAVA
31
- name: Set up JDK 17
32
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
33
with:
34
distribution: 'temurin'
35
java-version: '17'
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
14
15
16
17
0 commit comments