diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f1d8b..23894fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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 62b9db9..d19a10f 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3743328..8c9e3f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,4 +75,4 @@ jobs: with: name: dist path: dist/ - - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 + - uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33