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 a4888f3 commit e1bfc48Copy full SHA for e1bfc48
.github/workflows/codeql.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up JDK
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
distribution: 'temurin'
24
java-version: 17
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
- uses: actions/checkout@v4
0 commit comments