From c8a8adf08d18054705ac01db09ee2dd17ba100b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:42:11 +0000 Subject: [PATCH] Bump the gh-actions group across 1 directory with 2 updates Bumps the gh-actions group with 2 updates in the / directory: [dorny/test-reporter](https://github.com/dorny/test-reporter) and [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action). Updates `dorny/test-reporter` from 2 to 3 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v2...v3) Updates `JetBrains/qodana-action` from 2025.3.1 to 2025.3.2 - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.3.1...v2025.3.2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: JetBrains/qodana-action dependency-version: 2025.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/maven_tests.yml | 2 +- .github/workflows/qodana.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven_tests.yml b/.github/workflows/maven_tests.yml index 9a4ef95525..8cb7343901 100644 --- a/.github/workflows/maven_tests.yml +++ b/.github/workflows/maven_tests.yml @@ -86,7 +86,7 @@ jobs: run: "./mvnw --fail-at-end -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --activate-profiles AlsoSlowTests -B --errors clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=wadoon_jmlparser" - name: Test reporting - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() with: name: Test Report diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 80666d3392..03b34b7373 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,4 +15,4 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2025.3.1 + uses: JetBrains/qodana-action@v2025.3.2