From e4f1ef9d48af5eb208b647bac9b819881a356333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:12:04 +0000 Subject: [PATCH 1/2] chore(deps): bump github/codeql-action from 4.31.10 to 4.31.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.31.11. - [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/cdefb33c0f6224e58673d9004f47f7cb3e328b89...19b2f06db2b6f5108140aeb04014ef02b648f789) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 46a5ece..7231fb0 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -72,6 +72,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 + uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11 with: sarif_file: results.sarif From 7367753e1d486f3756fbffc8a4effca519e2db7e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:14:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/tests_controller/test_controller_set_flag.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests_controller/test_controller_set_flag.py b/tests/tests_controller/test_controller_set_flag.py index 7c06b38..98b67b9 100644 --- a/tests/tests_controller/test_controller_set_flag.py +++ b/tests/tests_controller/test_controller_set_flag.py @@ -5,7 +5,6 @@ from langstring import MultiLangStringFlag from langstring import SetLangStringFlag - # Combine all flag types into a single list for parametrization all_flags = ( list(LangStringFlag.__members__.values())