From 2b0e538c0a7eb55abadc9e19f68c7816a389b17f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 31 Aug 2026 14:47:29 -0400 Subject: [PATCH] ci: Change JDK distribution from adopt to temurin --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2da4e7d46..8bf427abb 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -37,7 +37,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: - distribution: 'adopt' + distribution: 'temurin' java-version: 17 - name: Setup .NET 8 uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 @@ -67,4 +67,4 @@ jobs: dotnet workload restore dotnet build dotnet test --solution Microsoft.OpenApi.slnx --verbosity normal --coverlet --coverlet-output-format opencover - dotnet tool run dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file + dotnet tool run dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"