Update sonarcloud.yml

set up jdk before running sonarcloud
This commit is contained in:
darefjev44 2024-04-11 19:10:38 +01:00 committed by GitHub
parent 4b16c134c8
commit b563b73114
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Java JDK
uses: actions/setup-java@v4.2.1
with:
java-version: '17'
distribution: 'adopt'
- name: Analyze with SonarCloud
# You can pin the exact commit or the version.