From 323d1d44978ff9c6999b0ac0fed4a5d1ef0d0269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:21:49 +0000 Subject: [PATCH] ci: bump VCTLabs/bandit-report-artifacts in the all-actions group Bumps the all-actions group with 1 update: [VCTLabs/bandit-report-artifacts](https://github.com/vctlabs/bandit-report-artifacts). Updates `VCTLabs/bandit-report-artifacts` from 0.0.3 to 0.3.0 - [Commits](https://github.com/vctlabs/bandit-report-artifacts/compare/b0679c4dff0c2ed69000132fabf6a9e1b7dcfd5c...edaffcb8ce8618e97d6838d7a0535331927e6d77) --- updated-dependencies: - dependency-name: VCTLabs/bandit-report-artifacts dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... 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 55674a8..dd4c292 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v5 - name: Run bandit - uses: VCTLabs/bandit-report-artifacts@b0679c4dff0c2ed69000132fabf6a9e1b7dcfd5c # v0.0.3 + uses: VCTLabs/bandit-report-artifacts@edaffcb8ce8618e97d6838d7a0535331927e6d77 # v3 with: project_path: src ignore_failure: false