diff --git a/.github/workflows/e2b.yml b/.github/workflows/e2b.yml index 7430bb4fd8..494b8e284f 100644 --- a/.github/workflows/e2b.yml +++ b/.github/workflows/e2b.yml @@ -87,7 +87,7 @@ jobs: - name: Store unit tests coverage id: coverage_comment if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule' - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41 with: GITHUB_TOKEN: ${{ github.token }} COVERAGE_PATH: integrations/e2b @@ -108,7 +108,7 @@ jobs: - name: Store combined coverage if: github.event_name == 'push' - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41 with: GITHUB_TOKEN: ${{ github.token }} COVERAGE_PATH: integrations/e2b