From c6cbc64c1e0a6895bbde93898b0144ae7e052b1e Mon Sep 17 00:00:00 2001 From: Carsten Hammer Date: Sun, 17 Nov 2024 18:26:33 +0100 Subject: [PATCH] fix codacy.yml file --- .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 7b787898..4d24dec4 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -33,16 +33,16 @@ jobs: name: Codacy Security Scan runs-on: ubuntu-latest steps: - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: '21' - distribution: 'temurin' - cache: maven - name: Set up Maven 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