From ad589f77484e6243ac4e12c2a14ab55629064b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:16:24 +0000 Subject: [PATCH] Update py-cov-action/python-coverage-comment-action digest to 3a591f9 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e97b8d..26957d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,7 +48,7 @@ jobs: pdm run coverage report -m - name: Coverage comment id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@1265d8203a13109276adcb9ec04fa1e40e38f4f9 # v3 + uses: py-cov-action/python-coverage-comment-action@3a591f9d4d095e8079eef2e56e5a5a33e85bfeff # v3 with: GITHUB_TOKEN: ${{ github.token }} - name: Store Pull Request comment to be posted