Skip to content

Commit

Permalink
Bump jpetrucciani/bandit-check from 1.7.6 to 1.7.7
Browse files Browse the repository at this point in the history
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](jpetrucciani/bandit-check@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent fea403f commit dbea683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].6
uses: jpetrucciani/[email protected].7
with:
bandit_flags: '-s B105,B311'
path: './custom_components/xplora_watch/'
Expand Down

0 comments on commit dbea683

Please sign in to comment.