Skip to content

Commit

Permalink
[Add] java 17 to SonarQube GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Nov 22, 2023
1 parent a1950c9 commit bf7e52e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit bf7e52e

Please sign in to comment.