diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15943e..51cb76a 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@04b047e8bb82a0c002c8312c1c880fbc6a999d45 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 5e95dde..14906b8 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -15,10 +15,10 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false - - uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 + - uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 chess-review: runs-on: ubuntu-latest @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: SemTiOne/chess-review-bot/action@472518ea043a2ef29ba2a7a667d4d43c6f39c069 + - uses: SemTiOne/chess-review-bot/action@9105f183e0d0aafd5b4e964f6f535b10a08576f5 with: github-token: ${{ secrets.GITHUB_TOKEN }} fail-on-blunder: 'false' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2660fc9..c7ef063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,4 +78,4 @@ jobs: with: name: dist path: dist/ - - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 + - uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33