From bea80f3463565bec56dbdf195d45511d24818968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 19:03:22 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.6 to 2.3.8 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.6...v2.3.8) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/testing_develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_develop.yml b/.github/workflows/testing_develop.yml index f9eae6b..80e9ad8 100644 --- a/.github/workflows/testing_develop.yml +++ b/.github/workflows/testing_develop.yml @@ -34,7 +34,7 @@ jobs: run: uv run --group test nox -db uv -s test-${{ matrix.python-version }} -- --cov-report lcov:lcov-${{matrix.os}}-${{matrix.python-version}}.lcov --cov-report term --cov-append --cov mutation_motif - name: Coveralls Parallel - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.8 env: # macOS installs the coverage-reporter via a third-party Homebrew # tap; Homebrew's new tap-trust enforcement refuses it otherwise. @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.github_token }} parallel-finished: true