From c7cd486ada5a7e3599b78f30335c4b375d8edc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:48:57 +0000 Subject: [PATCH] build(deps): bump reactive-firewall/shellcheck-scan from 1 to 2 Bumps [reactive-firewall/shellcheck-scan](https://github.com/reactive-firewall/shellcheck-scan) from 1 to 2. - [Release notes](https://github.com/reactive-firewall/shellcheck-scan/releases) - [Commits](https://github.com/reactive-firewall/shellcheck-scan/compare/v1...v2) --- updated-dependencies: - dependency-name: reactive-firewall/shellcheck-scan dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 121edfc..63a7fe7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: run: touch ./requirements.txt - name: Check - uses: reactive-firewall/shellcheck-scan@v1 + uses: reactive-firewall/shellcheck-scan@v2 with: match: .env build-* fetch publish-artifacts: ${{ github.ref_name == github.event.repository.default_branch }}