diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0bd7c8ff61..55b045a46f 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@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0 + uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.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 bd88ac6353..b2a57324bf 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@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0 + uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.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 98da581d3e..f5866426dd 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@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0 + uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0 if: ${{ always() && inputs.includeTests }} with: # fail if there are no test results