Skip to content

Commit e2dfa42

Browse files
committed
Update github actions
1 parent 999edb4 commit e2dfa42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v2
3636

37-
# Install and setup JDK 17
38-
- name: Setup JDK 17
37+
# Install and setup JDK 25
38+
- name: Setup JDK 25
3939
uses: actions/setup-java@v2
4040
with:
4141
distribution: 'temurin'
42-
java-version: '17'
42+
java-version: '25'
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 17
19+
- name: Set up JDK 25
2020
uses: actions/setup-java@v2
2121
with:
2222
distribution: 'temurin'
23-
java-version: '17'
23+
java-version: '25'
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle

0 commit comments

Comments
 (0)