From 3836eb5af6cb7707f8f4600d41b8c9b26bef8243 Mon Sep 17 00:00:00 2001 From: Lewis Milburn <63267144+lewmilburn@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:23:56 +0000 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 0d0f16a..49b071d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -43,12 +43,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up JDK 17 - uses: actions/setup-java@v2 - with: - distribution: 'temurin' - java-version: '17' - overwrite-settings: false - name: Analyze with SonarCloud # You can pin the exact commit or the version.