This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new 7d53aef4d build(deps): bump mikepenz/action-junit-report from 6.4.2 to
6.5.0 (#1900)
7d53aef4d is described below
commit 7d53aef4d4c08cebe80a329553eea59b9c01bd8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 13:56:22 2026 +0200
build(deps): bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 (#1900)
Bumps
[mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)
from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
-
[Commits](https://github.com/mikepenz/action-junit-report/compare/d9f48fc87bc235f7e214acf696ca5abc0a986f16...a9170d5795813c01ab4901ffb045b52bab4ab09d)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-version: 6.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 891530f24..3e7d816e2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -114,7 +114,7 @@ jobs:
run: mvn -B -V -DskipAssembly verify ${{ matrix.profile }}
--no-transfer-progress
- name: Test Summary ${{ matrix.java }} ${{ matrix.profile }}
- uses:
mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 #v6.4.2
+ uses:
mikepenz/action-junit-report@a9170d5795813c01ab4901ffb045b52bab4ab09d #v6.5.0
continue-on-error: true
if: always() && needs.changes.outputs.code == 'true'
with: