From ff36b76a3b7fcf28a10f165772f6d25b552da3cb Mon Sep 17 00:00:00 2001 From: skateball Date: Mon, 20 Jan 2025 16:21:12 +0100 Subject: [PATCH] From Temurin to SapMachine --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 91ec71d..92971bc 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -43,7 +43,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0 with: - distribution: 'temurin' + distribution: 'sapmachine' java-version: '17' - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: