diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index b9f9c3e2..ef08dfc3 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Run ESLint - uses: reviewdog/action-eslint@790a3d311c34b6f73294740617f9c2e9be493ae3 # v1.25.0 + uses: reviewdog/action-eslint@bea7e5c9def85cae601b63bc08620a3561043710 # v1.25.1 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}