diff --git a/.github/workflows/_reusable_run_tests.yml b/.github/workflows/_reusable_run_tests.yml index 672c2c7ac1c..4831fb5bb79 100644 --- a/.github/workflows/_reusable_run_tests.yml +++ b/.github/workflows/_reusable_run_tests.yml @@ -348,7 +348,7 @@ jobs: - name: Analyze .xcresult file continue-on-error: true - uses: wireapp/analyze-xcoderesults-action@v1.0.0 + uses: wireapp/analyze-xcoderesults-action@228125b6d1488f02b1d80e2040cbfac88c2b1cb3 with: results: ${{ matrix.xcresult_file }} warningAnnotations: true diff --git a/.github/workflows/_reusable_run_tests_parallel.yml b/.github/workflows/_reusable_run_tests_parallel.yml index 3e4517a6211..3e5fedf48ee 100644 --- a/.github/workflows/_reusable_run_tests_parallel.yml +++ b/.github/workflows/_reusable_run_tests_parallel.yml @@ -121,7 +121,7 @@ jobs: - name: Analyze .xcresult if: ${{ always() && steps.find-xcresult.outputs.path != '' }} continue-on-error: true - uses: wireapp/analyze-xcoderesults-action@v1.0.0 + uses: wireapp/analyze-xcoderesults-action@228125b6d1488f02b1d80e2040cbfac88c2b1cb3 with: results: ${{ steps.find-xcresult.outputs.path }} warningAnnotations: true