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

View File

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

View File

@ -4,6 +4,14 @@
## [Unreleased] ## [Unreleased]
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.17.3`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `2.0.0`
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.1.5`
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `3`
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `4`
## [1.13.0] - 2024-03-11 ## [1.13.0] - 2024-03-11
### Changed ### Changed

View File

@ -3,10 +3,10 @@
annotations = "24.1.0" annotations = "24.1.0"
# plugins # plugins
kotlin = "1.9.23" kotlin = "2.0.0"
changelog = "2.2.0" changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.2" gradleIntelliJPlugin = "1.17.3"
qodana = "2023.3.1" qodana = "2024.1.5"
kover = "0.7.6" kover = "0.7.6"
[libraries] [libraries]