From 516118af409ae82e7e066514df7ddf3728654688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:58:05 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-eslint action to v1.25.1 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | reviewdog/action-eslint | v1.19.1 | v1.25.1 | --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index c16ca2ab7..6b8b0e689 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Run ESLint - uses: reviewdog/action-eslint@e1dbcf30466d267e79331b2f5bacb269093125b5 # v1.19.1 + uses: reviewdog/action-eslint@bea7e5c9def85cae601b63bc08620a3561043710 # v1.25.1 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}