From 2339182ba2b6bda3a749c7cd400cebb23638d4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:59:02 +0000 Subject: [PATCH] Bump py-cov-action/python-coverage-comment-action from 3.34 to 3.35 Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.34 to 3.35. - [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/970a227e0c16ef4589a99a9970ab0ceb8c53059a...91910686861e4e1d8282a267a896eb39d46240fb) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.35' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 662e1b802..dbee1c586 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -158,7 +158,7 @@ jobs: # seems we need to call this from the main CI workflow first - name: "Coverage comment 💬" - uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a + uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb id: coverage_comment with: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 56092e5ea..ca3a4ba68 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: run: ls -R - name: "Post coverage comment 💬" - uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a + uses: py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_RUN_ID: ${{ inputs.workflow_run_id }}