From 18c69f12e79e17068c56f26206ea0c55a848befa Mon Sep 17 00:00:00 2001 From: Drew Johnston <31270488+drewjj@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:40:18 -0700 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b90998266..cc156248b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,15 +13,17 @@ jobs: sonar: runs-on: ubuntu-latest + container: + image: eclipse-temurin:21-jdk-alpine + options: --user root steps: - uses: actions/checkout@v4 with: submodules: recursive - - name: Set up JDK - uses: actions/setup-java@v4 + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 with: - java-version: "21" - distribution: "temurin" + maven-version: 3.9.6 - name: Run Sonar env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}