Compare commits

...

1 Commits

Author SHA1 Message Date
b5b5540d0e chore(deps): update actions/setup-java action to v4
All checks were successful
Quality Check / Tests (pull_request) Successful in 41s
Quality Check / Checkstyle Main (pull_request) Successful in 34s
2024-09-25 16:02:41 +00:00

@ -15,7 +15,7 @@ jobs:
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v1 uses: actions/setup-java@v4
with: with:
java-version: 21 java-version: 21
- name: Cache SonarQube packages - name: Cache SonarQube packages