From de840df7f5b032ac48b477e0d7b2f00f92e3973f Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Thu, 19 Dec 2024 12:27:44 -0800 Subject: [PATCH] fix indent --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 230bd8f8e..cf1cc9d7f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,9 +58,9 @@ jobs: # Note: Autobuild fails thus the following manual build - name: Manual Build With Java 17 uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'temurin' + with: + java-version: '17' + distribution: 'temurin' - name: Java Compile run: mvn clean compile