From 63d4450b1af1700844d3eafa9d20662fdf2324a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:59:37 +0000 Subject: [PATCH] build(deps): 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/648a8eb78e6d50909eff900e4ec85cab4524a45b...8d6379e14d29928660c4ba802d8e85393440b329) --- 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/main.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e760f1a..8ff9a7f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -123,7 +123,7 @@ jobs: - name: Upload Coveralls Report # Pinned to the SHA the repo's Actions allowlist permits (v2.3.4); # bumping requires extending the allowlist. - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 if: ${{ matrix.python.coveralls }} with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb66251..9ca1ecc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -135,7 +135,7 @@ jobs: - name: Upload Coveralls Report # Pinned to the SHA the repo's Actions allowlist permits (v2.3.4); # bumping requires extending the allowlist. - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 if: ${{ matrix.python.coveralls }} with: github-token: ${{ secrets.GITHUB_TOKEN }}