From d45345c3c0ca6a38b80c67ec860e18111423a391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:51:21 +0000 Subject: [PATCH] Bump py-cov-action/python-coverage-comment-action from 3.24 to 3.29 Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.24 to 3.29. - [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/44f4df022ec3c3cbb61e56e0b550a490bde8aa73...b2eb38dd175bf053189b35f738f9207278b00925) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action 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 2dc805ad..aa804b01 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@44f4df022ec3c3cbb61e56e0b550a490bde8aa73 + uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925 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 a0c74c02..9294025b 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -125,7 +125,7 @@ jobs: - name: Coverage comment id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@44f4df022ec3c3cbb61e56e0b550a490bde8aa73 + uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_COVERAGE_FILES: true