From 6ee6a6e8190581e91ded7928a1b571cac5b51a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:28:03 -0700 Subject: [PATCH] Update sonarcloud.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- .github/workflows/sonarcloud.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 8d5733e4..710b8ecd 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -43,6 +43,11 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '21' + - name: Analyze with SonarCloud # You can pin the exact commit or the version.