diff --git a/action.yml b/action.yml index ed155b8..c9896ba 100644 --- a/action.yml +++ b/action.yml @@ -221,7 +221,7 @@ runs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.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' }}*"