From 6e3cf0da410f3d5b6e7475d5cdb8ba7e5c6fa9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:16:27 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.4.0 to 5.6.2 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.4.0 to 5.6.2. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/b14027d33d3a745ccc4d6a12f649e83110b5a373...3585e9575db828022551b4231f165eb59a0e74e3) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a82a7d..cc41fba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: "+ scalafmtCheckAll" scalafmtSbtCheck "+ test" - - uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4.0 + - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2 if: always() with: report_paths: '**/target/test-reports/*.xml'