Update sonarcloud.yml

add checkout action
This commit is contained in:
darefjev44 2024-04-11 19:14:44 +01:00 committed by GitHub
parent b563b73114
commit 037c37f82d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,11 +43,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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.