From b3274573265868d2c77524e73a2a7b284ecaaf08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:06:46 +0000 Subject: [PATCH] Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41 Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.41' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage_external_pr.yml | 2 +- .github/workflows/lint_and_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage_external_pr.yml b/.github/workflows/coverage_external_pr.yml index c9920c31..d35a3718 100644 --- a/.github/workflows/coverage_external_pr.yml +++ b/.github/workflows/coverage_external_pr.yml @@ -18,7 +18,7 @@ jobs: # DO NOT run actions/checkout here, for security reasons # For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - name: Post comment - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index a7192d85..3df8f1d3 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -132,7 +132,7 @@ jobs: - name: Coverage comment id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 + uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_COVERAGE_FILES: true