From 69264209c4b91748b5a034237d57935a2cd96644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:01:09 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-eslint from 1.17.0 to 1.18.1 Bumps [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/reviewdog/action-eslint/releases) - [Commits](https://github.com/reviewdog/action-eslint/compare/v1.17.0...v1.18.1) --- 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..ba6b028 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.1 with: reporter: github-pr-review # Change reporter. eslint_flags: src --ext .ts