diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index a1f9c20..2ac6e58 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' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6223ef..690daa5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -120,7 +120,7 @@ jobs: run: pytest tests/ -v --tb=short --cov=standup --cov-report=xml --cov-report=term-missing --cov-fail-under=85 --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage if: matrix.python-version == '3.12' && !cancelled() - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }}