Skip to content

Commit 2d9f455

Browse files
Update sast.yml
1 parent 9ffa0c6 commit 2d9f455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
languages: ${{ matrix.language }}
3838

39-
- name: Setup JDK 8
39+
- name: Setup JDK 17
4040
uses: actions/setup-java@v2
4141
with:
42-
java-version: 8
42+
java-version: 17
4343
distribution: 'adopt'
4444

4545
- name: Build with Maven

0 commit comments

Comments
 (0)