From 46324e30188ceb97eba430303645e4f9cfe81e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:13:40 +0000 Subject: [PATCH] Bump PyCQA/bandit-action Bumps [PyCQA/bandit-action](https://github.com/pycqa/bandit-action) from ca64e96d362b1764a98d841aaf3a4b1e2d690c7b to 8a1b30610f61f3f792fe7556e888c9d7dffa52de. - [Release notes](https://github.com/pycqa/bandit-action/releases) - [Commits](https://github.com/pycqa/bandit-action/compare/ca64e96d362b1764a98d841aaf3a4b1e2d690c7b...8a1b30610f61f3f792fe7556e888c9d7dffa52de) --- updated-dependencies: - dependency-name: PyCQA/bandit-action dependency-version: 8a1b30610f61f3f792fe7556e888c9d7dffa52de dependency-type: direct:production ... 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 c28a2f8..b6c929b 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Perform Bandit Analysis - uses: PyCQA/bandit-action@ca64e96d362b1764a98d841aaf3a4b1e2d690c7b # v1.0.1 + uses: PyCQA/bandit-action@8a1b30610f61f3f792fe7556e888c9d7dffa52de # v1.0.1 with: targets: "bitmath/ tests/"