Skip to content

Commit

Permalink
fix codacy.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Nov 17, 2024
1 parent 05d1a15 commit c6cbc64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6cbc64

Please sign in to comment.