From f4169996fc0b56fc9ce3491a8cced214ac357e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:27:02 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [SemTiOne/chess-review-bot/action](https://github.com/semtione/chess-review-bot). Updates `codecov/codecov-action` from 5.5.5 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/0fb7174895f61a3b6b78fc075e0cd60383518dac...fb8b3582c8e4def4969c97caa2f19720cb33a72f) Updates `SemTiOne/chess-review-bot/action` from 9105f183e0d0aafd5b4e964f6f535b10a08576f5 to afb226eb18c737a45c3193059aa864b88591fb92 - [Changelog](https://github.com/SemTiOne/chess-review-bot/blob/main/CHANGELOG.md) - [Commits](https://github.com/semtione/chess-review-bot/compare/9105f183e0d0aafd5b4e964f6f535b10a08576f5...afb226eb18c737a45c3193059aa864b88591fb92) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: SemTiOne/chess-review-bot/action dependency-version: afb226eb18c737a45c3193059aa864b88591fb92 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pr-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51cb76a..59bbe45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 14906b8..0c676e4 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: SemTiOne/chess-review-bot/action@9105f183e0d0aafd5b4e964f6f535b10a08576f5 + - uses: SemTiOne/chess-review-bot/action@afb226eb18c737a45c3193059aa864b88591fb92 with: github-token: ${{ secrets.GITHUB_TOKEN }} fail-on-blunder: 'false'