From e4a9a4b4ab7553002404b833bfb08ecfc97559aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:20:38 +0100 Subject: [PATCH] Bump jpetrucciani/bandit-check from 1.7.5 to 1.7.6 (#342) Bumps [jpetrucciani/bandit-check](https://github.com/jpetrucciani/bandit-check) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/jpetrucciani/bandit-check/releases) - [Commits](https://github.com/jpetrucciani/bandit-check/compare/1.7.5...1.7.6) --- updated-dependencies: - dependency-name: jpetrucciani/bandit-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 06927d3..cf1a7a7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,7 +30,7 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=30 --max-line-length=127 --statistics --ignore=E501,E266,E202,E201,E301 - name: Bandit Check (Python security linter) - uses: jpetrucciani/bandit-check@1.7.5 + uses: jpetrucciani/bandit-check@1.7.6 with: bandit_flags: '-s B105,B311' path: './custom_components/xplora_watch/'