diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index e38778e..4578cd2 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -24,7 +24,7 @@ jobs: - name: Bandit Scan # uses: shundor/bandit-action@v1 - uses: mdegis/bandit-action@v1.0.1 + uses: mdegis/bandit-action@v1.1 with: # Github token of the repository (automatically created by Github) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed to get PR info