Skip to content

Commit

Permalink
Fix bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
McLargo committed Mar 25, 2024
1 parent 45e32d9 commit 934e127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
# Run bandit
# =================================
- name: Run bandit
uses: tj-actions/bandit@v5.1
uses: shundor/bandit-action@v1
with:
path: ./src
path: "./src"

# =================================
# Run cspell
Expand Down

0 comments on commit 934e127

Please sign in to comment.