diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 3b8442f85..9444e7128 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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.