From d20296a50dacc55b52281cdabf1a1a110be65281 Mon Sep 17 00:00:00 2001 From: Alberto <8672431+albertus82@users.noreply.github.com> Date: Sun, 5 May 2024 11:32:09 +0200 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 7b94dda..922ed79 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -9,10 +9,10 @@ jobs: env: MAVEN_OPTS: -Dhttp.keepAlive=false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 17