diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 69517c3..936a800 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fef124..b16f0a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 968585f..87999ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml'