From 89ee257a43704aeb9b951f30c2b017e5655fa34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:10:18 +0000 Subject: [PATCH] Bump github/codeql-action from 4.31.4 to 4.31.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e12f0178983d466f2f6028f5cc7a6d786fd97f4b...cdefb33c0f6224e58673d9004f47f7cb3e328b89) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/python.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 948f83a5..6e84cb15 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,12 +40,12 @@ jobs: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - - uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + - uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 with: languages: ${{ matrix.language }} - - uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + - uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 - - uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + - uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 with: category: /language:${{matrix.language}} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fb7b4681..1c711fa6 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -147,7 +147,7 @@ jobs: run: | ruff check --output-format=sarif -o results.sarif . - - uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + - uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 if: ( success() || failure() ) && contains('["success", "failure"]', steps.run-ruff-sarif.outcome) with: sarif_file: results.sarif @@ -228,7 +228,7 @@ jobs: run: | bandit --confidence-level 'medium' --format 'sarif' --output 'results.sarif' --recursive 'requestium' - - uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + - uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 if: ( success() || failure() ) && contains('["success", "failure"]', steps.run-bandit-sarif.outcome) with: sarif_file: results.sarif