From c06f68b5db492c056b93ed7a207d3900c0290aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:57:37 +0000 Subject: [PATCH] ci: bump github/codeql-action from 4.37.8 to 4.37.9 in the actions group Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.8 to 4.37.9 - [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/v4.37.8...v4.37.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2d2a324..9655fe4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: github/codeql-action/init@v4.37.8 + - uses: github/codeql-action/init@v4.37.9 with: languages: python # security-and-quality over the default: the framework executes @@ -38,6 +38,6 @@ jobs: # noise here. queries: security-and-quality - - uses: github/codeql-action/analyze@v4.37.8 + - uses: github/codeql-action/analyze@v4.37.9 with: category: "/language:python"