Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2024
1 parent e10999e commit 126f198
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
working-directory: etp-core/etp-backend
run: clojure -M:dev:test-ci
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/etp-core/etp-backend/target/test.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: npm ci
- run: npm test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/etp-front/test_report.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: npm ci
- run: npm test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/etp-public/test_report.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvd-clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
NVD_API_TOKEN: ${{ secrets.NVD_API_TOKEN }}
run: ./nvd.sh
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/etp-core/etp-backend/target/nvd/dependency-check-junit.xml'
Expand Down

0 comments on commit 126f198

Please sign in to comment.