From f12727f5c85d494632f5e2766c2b926801ea66ec Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 6 Feb 2024 02:40:59 -0500 Subject: [PATCH] CI Fixes --- .github/workflows/sonar-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-scanner.yml b/.github/workflows/sonar-scanner.yml index 52006bca8..25406313c 100644 --- a/.github/workflows/sonar-scanner.yml +++ b/.github/workflows/sonar-scanner.yml @@ -20,7 +20,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 submodules: recursive - - name: Set up JDK 11 + - name: Set up JDK 17 (Sonar Scanner) uses: actions/setup-java@v3 # The setup-java action provides the functionality for GitHub Actions runners for Downloading and setting up a requested version of Java with: java-version: 17