diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 37f6d34..1d3eadf 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -95,12 +95,11 @@ jobs: # Run bandit # ================================= - name: Run bandit - uses: shundor/bandit-action@v1.0 + uses: mdegis/bandit-action@v1.0 with: - path: "." - level: high - confidence: high - exit_zero: true + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + path: "." + exit_zero: true # ================================= # Run cspell