diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6bbf3c..20491f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Merge xcresult files run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/TestResults.xcresult - - uses: slidoapp/xcresulttool@v3.1.0 + - uses: slidoapp/xcresulttool@0930e06ae335d8c5e2d2f311ee98d495889a6103 # v3.1.1 if: success() || failure() with: path: test_output/TestResults.xcresult