From c1a0091a98e4e3461416b9b07ed564cf449c0e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:02:31 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-eslint from 1.17.0 to 1.18.2 Bumps [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint) from 1.17.0 to 1.18.2. - [Release notes](https://github.com/reviewdog/action-eslint/releases) - [Commits](https://github.com/reviewdog/action-eslint/compare/v1.17.0...v1.18.2) --- updated-dependencies: - dependency-name: reviewdog/action-eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push_code_linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_code_linting.yml b/.github/workflows/push_code_linting.yml index 4db9482..73a4e2d 100644 --- a/.github/workflows/push_code_linting.yml +++ b/.github/workflows/push_code_linting.yml @@ -53,7 +53,7 @@ jobs: run: | yarn install - name: eslint - uses: reviewdog/action-eslint@v1.17.0 + uses: reviewdog/action-eslint@v1.18.2 with: reporter: github-pr-review # Change reporter. eslint_flags: src --ext .ts