From 09c997b013ad034948f6e268b032c81e737fc80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 01:06:49 +0000 Subject: [PATCH] build(deps): bump luizm/action-sh-checker from 0.9.0 to 0.10.0 Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](https://github.com/luizm/action-sh-checker/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: luizm/action-sh-checker dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-sh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-sh.yaml b/.github/workflows/lint-sh.yaml index 89918139..fa7afbe9 100644 --- a/.github/workflows/lint-sh.yaml +++ b/.github/workflows/lint-sh.yaml @@ -16,7 +16,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v6 - - uses: luizm/action-sh-checker@v0.9.0 + - uses: luizm/action-sh-checker@v0.10.0 with: sh_checker_exclude: 'scripts' sh_checker_checkbashisms_enable: true