Skip to content

Commit

Permalink
Update sast.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu authored Nov 18, 2024
1 parent 9ffa0c6 commit 2d9f455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Setup JDK 8
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 17
distribution: 'adopt'

- name: Build with Maven
Expand Down

0 comments on commit 2d9f455

Please sign in to comment.