From 0c1591d69bd5e16adc59eca9121b93c7120b5194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:31:21 +0000 Subject: [PATCH] build: bump MishaKav/pytest-coverage-comment in the all-actions group Bumps the all-actions group with 1 update: [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment). Updates `MishaKav/pytest-coverage-comment` from 1.11.2 to 1.12.2 - [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/pytest-coverage-comment/compare/ce64cfb4332195faa36733a0364dda8849109f70...432ac90e8d345c93e1d90ee0838b35913abc9c9b) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c44485d9..d35271d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && env.skip_backend_tests == 'false' - uses: MishaKav/pytest-coverage-comment@ce64cfb4332195faa36733a0364dda8849109f70 # v1.11.2 + uses: MishaKav/pytest-coverage-comment@432ac90e8d345c93e1d90ee0838b35913abc9c9b # v1.12.2 with: pytest-xml-coverage-path: src/tests/ContentProcessor/coverage.xml junitxml-path: src/tests/ContentProcessor/pytest.xml