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/'