This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new e46046465c Pin test report action junit2json package version to 3.1.7 
as later releases are currently broken
e46046465c is described below

commit e46046465c80bbea8878cf3ee4b99a01f97a2a60
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu May 16 16:00:40 2024 +0100

    Pin test report action junit2json package version to 3.1.7 as later 
releases are currently broken
---
 .github/actions/test-summary-report/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/test-summary-report/action.yaml 
b/.github/actions/test-summary-report/action.yaml
index fee604e6bb..e387dd69de 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -37,7 +37,7 @@ runs:
     - name: Install script dependencies
       shell: bash
       run: |
-        npm install junit2json
+        npm install junit2json@3.1.7
     - name: Generate test summary
       uses: actions/github-script@v7
       with:

Reply via email to