Skip to content

Commit dda3b3c

Browse files
authored
Update tests.yml
1 parent 91102fc commit dda3b3c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
- name: Install Bandit
6969
run: pip install bandit
7070

71+
- uses: actions/setup-python@v4
72+
with:
73+
python-version: '3.11'
74+
75+
- name: Install Bandit
76+
run: pip install bandit
77+
7178
- name: Run Bandit security check
7279
run: bandit -r .
7380
continue-on-error: true

0 commit comments

Comments
 (0)