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'