diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4527ad8..fd8adcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: cython-lint-${{ env.BUILD_IDENTIFIER }}.xml - name: Report results - uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v1 + uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 # v1 if: always() with: name: Report (${{ env.BUILD_PRETTY_IDENTIFIER }}) @@ -261,7 +261,7 @@ jobs: cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml - name: Report results - uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v1 + uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 # v1 if: always() with: name: Report (${{ github.job }})