From 9cc4f0fe3b4bf7c199c680d52cfab2571d697494 Mon Sep 17 00:00:00 2001 From: Carsten Hammer Date: Sun, 17 Nov 2024 18:31:28 +0100 Subject: [PATCH] change order --- .github/workflows/codacy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 4d24dec4..bcec8349 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -37,16 +37,16 @@ jobs: uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: maven-version: 3.9.3 - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: '21' - distribution: 'temurin' - cache: maven # Checkout the repository to the GitHub Actions runner - name: Checkout code uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + java-version: '21' + distribution: 'temurin' + cache: maven # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e