From e1e376e3f5df2db82a817a04f4f3640fd2d1eee3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:44:01 +0000 Subject: [PATCH] Update py-cov-action/python-coverage-comment-action digest to dd1e071 --- .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 247e226..4fbca9b 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@3a591f9d4d095e8079eef2e56e5a5a33e85bfeff # v3 + uses: py-cov-action/python-coverage-comment-action@dd1e071e759a8ec5ddc34b524fe71f0c4d1583d2 # v3 with: GITHUB_TOKEN: ${{ github.token }} - name: Store Pull Request comment to be posted