Skip to content

Commit 35206b2

Browse files
Java 21 - last action update
1 parent 0fd7b5f commit 35206b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cve-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Setup JDK 17
15+
- name: Setup JDK 21
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '17'
18+
java-version: '21'
1919
distribution: 'temurin'
2020
- name: Build with Maven
2121
run: mvn install -DskipTests

0 commit comments

Comments
 (0)