From b9e94d1b7bd1173496e13b563779474dc77eba96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:51:26 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.38.0 --- .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 84125b5..6e1df11 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -41,7 +41,7 @@ jobs: -c pyproject.toml -r . -f sarif -o bandit.sarif --exit-zero - name: Upload SARIF to code scanning - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: bandit.sarif category: bandit