Skip to content

Commit

Permalink
fix(deps): update mikepenz/action-junit-report action to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Dec 18, 2024
1 parent 756f6c6 commit 2644a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ runs:

# https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0
if: ${{ always() && inputs.create-test-report == 'true' }} # always run even if the previous step fails
with:
report_paths: "${{ inputs.junit-test-output != '' && inputs.junit-test-output || 'trivy.xml' }}*"
Expand Down

0 comments on commit 2644a59

Please sign in to comment.