From 1b1bb698d3bb65341808b3cc81ca21f71a2debce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:05:39 +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/6bbeaa868df09c34ddc008e6030cfe89c03394a1...30a9cf3f6cf25c08fc98f10d7dc4167f7b5c0c00) --- 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/shell-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell-linter.yml b/.github/workflows/shell-linter.yml index 3a4ece3..0ed7c31 100644 --- a/.github/workflows/shell-linter.yml +++ b/.github/workflows/shell-linter.yml @@ -6,6 +6,6 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3 - name: Lint check - uses: azohra/shell-linter@6bbeaa868df09c34ddc008e6030cfe89c03394a1 # ratchet:azohra/shell-linter@v0.6.0 + uses: azohra/shell-linter@30a9cf3f6cf25c08fc98f10d7dc4167f7b5c0c00 # ratchet:azohra/shell-linter@v0.8.0 with: exclude-paths: "bin/install_cosign.sh"