From a6dbd9a05cef9e9da867d233b6797b49dd6eba68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:58:10 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-eslint action to v1.26.0 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | reviewdog/action-eslint | v1.25.1 | v1.26.0 | --- .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 831a0cc..f278b8b 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Run ESLint - uses: reviewdog/action-eslint@bea7e5c9def85cae601b63bc08620a3561043710 # v1.25.1 + uses: reviewdog/action-eslint@da05f8bd5c8492adb664e57f7bb62ebe50d689e4 # v1.26.0 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}