From 3c6a54b92bc58ade2d48614c3dd00e1546da78c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:45:05 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.23.0 to 1.24.0 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/52f34f737a16c65b8caa8c51ae1b23036afe5685...628ce8561be20bfbfb6173cf88c7475ddab95f22) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code_style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 223a7418156e43..9d629cc2363773 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -60,7 +60,7 @@ jobs: # always provide suggestions even for skipped scripts in ov_shellcheck tagret - name: ShellCheck action if: always() - uses: reviewdog/action-shellcheck@52f34f737a16c65b8caa8c51ae1b23036afe5685 # v1.23.0 + uses: reviewdog/action-shellcheck@628ce8561be20bfbfb6173cf88c7475ddab95f22 # v1.24.0 with: level: style reporter: github-pr-review