diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8d4a5ca0cb..b05512a8de 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4.2.2 + uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de # v4.3.0 if: always() # always run even if the previous step fails with: # fail if there are no test results diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42f707666c..fae19c96f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,7 +109,7 @@ jobs: working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4.2.2 + uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de # v4.3.0 if: always() # always run even if the previous step fails with: # fail if there are no test results diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9b742d91a..6f2985faae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4.2.2 + uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de # v4.3.0 if: ${{ always() && inputs.includeTests }} with: # fail if there are no test results