From ba08dc93f9827427450a7d51e33e6a1ef6b0a3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:04:54 +0000 Subject: [PATCH] Bump azohra/shell-linter from 0.6.0 to 0.8.0 Bumps [azohra/shell-linter](https://github.com/azohra/shell-linter) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/azohra/shell-linter/releases) - [Commits](https://github.com/azohra/shell-linter/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: azohra/shell-linter dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linter-automated.yaml | 2 +- .github/workflows/linter-manual.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter-automated.yaml b/.github/workflows/linter-automated.yaml index 46cbd085a..55d6f40b8 100644 --- a/.github/workflows/linter-automated.yaml +++ b/.github/workflows/linter-automated.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Shell Linter - uses: azohra/shell-linter@v0.6.0 + uses: azohra/shell-linter@v0.8.0 with: path: "src/**/*.sh" severity: "error" # [style, info, warning, error] diff --git a/.github/workflows/linter-manual.yaml b/.github/workflows/linter-manual.yaml index 019724d35..dbc3794b7 100644 --- a/.github/workflows/linter-manual.yaml +++ b/.github/workflows/linter-manual.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Shell Linter - uses: azohra/shell-linter@v0.6.0 + uses: azohra/shell-linter@v0.8.0 with: path: ${{ github.event.inputs.path }} severity: ${{ github.event.inputs.severity }}