From 9ca3701928d5566aacfd0d558f5dc9884d9aad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 29 May 2024 17:35:13 +0200 Subject: [PATCH] libraries/GH actions updates --- .github/workflows/build.yml | 4 ++-- .github/workflows/run-ui-tests.yml | 2 +- CHANGELOG.md | 8 ++++++++ gradle/libs.versions.toml | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63856f8..9d60935 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 23d609d..145a2ab 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 355bf2e..d50a773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ## [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 ### Changed diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20c8749..7d4a4a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,10 +3,10 @@ annotations = "24.1.0" # plugins -kotlin = "1.9.23" +kotlin = "2.0.0" changelog = "2.2.0" -gradleIntelliJPlugin = "1.17.2" -qodana = "2023.3.1" +gradleIntelliJPlugin = "1.17.3" +qodana = "2024.1.5" kover = "0.7.6" [libraries]