libraries/GH actions updates

This commit is contained in:
Yann Cébron
2024-05-29 17:35:13 +02:00
parent a0df58f373
commit 9ca3701928
4 changed files with 14 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ jobs:
# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3
# Set up Java environment for the next steps
- name: Setup Java
@@ -170,7 +170,7 @@ jobs:
# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2023.3.1
uses: JetBrains/qodana-action@v2024.1.5
with:
cache-default-branch-only: true

View File

@@ -54,7 +54,7 @@ jobs:
# Wait for IDEA to be started
- name: Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://127.0.0.1:8082
max-attempts: 15