From 74a97235ef5a9b965e78f68e4737f1db53e5bae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:32:19 +0000 Subject: [PATCH] Bump mdegis/bandit-action from 1.0.1 to 1.1 Bumps [mdegis/bandit-action](https://github.com/mdegis/bandit-action) from 1.0.1 to 1.1. - [Release notes](https://github.com/mdegis/bandit-action/releases) - [Commits](https://github.com/mdegis/bandit-action/compare/v1.0.1...v1.1) --- updated-dependencies: - dependency-name: mdegis/bandit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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