From dbea68370402349dbe78496fcb6e71edc8a64674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:27:14 +0000 Subject: [PATCH] Bump jpetrucciani/bandit-check from 1.7.6 to 1.7.7 Bumps [jpetrucciani/bandit-check](https://github.com/jpetrucciani/bandit-check) from 1.7.6 to 1.7.7. - [Release notes](https://github.com/jpetrucciani/bandit-check/releases) - [Commits](https://github.com/jpetrucciani/bandit-check/compare/1.7.6...1.7.7) --- updated-dependencies: - dependency-name: jpetrucciani/bandit-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 cf1a7a7..ef99455 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.6 + uses: jpetrucciani/bandit-check@1.7.7 with: bandit_flags: '-s B105,B311' path: './custom_components/xplora_watch/'