Skip to content

Commit

Permalink
Update JDK version for Sonar GitHub Action (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 authored Nov 26, 2023
1 parent 71823a3 commit 602ea0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
path: ${{env.WORK_DIR}}
fetch-depth: 0

- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 21

- name: Cache SonarCloud packages
uses: actions/cache@v1
Expand Down

0 comments on commit 602ea0c

Please sign in to comment.