Skip to content

Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 #174

Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0

Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 #174

Workflow file for this run

name: Bandit Check
on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
pull_request:
branches: [ main ]
jobs:
bandit:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: Bandit Check (Python security linter)
uses: jpetrucciani/bandit-check@master
with:
bandit_flags: '-s B105'
path: './custom_components/ecotrend_ista/'