Skip to content

Commit e033b7d

Browse files
authored
Simplify Bandit workflow by removing setup steps
Removed unnecessary steps for checking out the repository and setting up Python in the Bandit workflow.
1 parent 040d24b commit e033b7d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/bandit.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ jobs:
1919
python-version: ["3.12"]
2020

2121
steps:
22-
- name: Checkout repository
23-
uses: actions/checkout@v5
24-
with:
25-
persist-credentials: false
26-
27-
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
29-
with:
30-
python-version: ${{ matrix.python-version }}
31-
3222
- name: Run Bandit Scan
3323
uses: PyCQA/bandit-action@v1
3424
with:

0 commit comments

Comments
 (0)