From 38900fb45a79403fdf597979722d802800df6d8c Mon Sep 17 00:00:00 2001 From: Mike Haley Date: Mon, 13 Oct 2025 12:55:38 -0400 Subject: [PATCH] Update JDK version and distribution in workflow --- .github/workflows/veracode-build-dart.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/veracode-build-dart.yml b/.github/workflows/veracode-build-dart.yml index e830a0384..1ee831f1c 100644 --- a/.github/workflows/veracode-build-dart.yml +++ b/.github/workflows/veracode-build-dart.yml @@ -26,7 +26,8 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@v4 with: - java-version: 1.8 + distribution: 'temurin' + java-version: 18.0.2+101 - name: Setup Android SDK uses: android-actions/setup-android@v2