From 39b4fa71495db9637ca23f2bb427f8a11d99f07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:21:05 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.32.0 to 4.32.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.32.4. - [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/b20883b0cd1f46c72ae0ba6d1090936928f9fa30...89a39a4e59826350b863aa6b6252a07ad50cf83e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-c.yml | 4 ++-- .github/workflows/check-python.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index c083d86ec..8ee10f8c3 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -131,7 +131,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 + uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e with: languages: cpp @@ -142,4 +142,4 @@ jobs: run: make -j "$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 + uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml index 81421e4e6..30a6b0288 100644 --- a/.github/workflows/check-python.yml +++ b/.github/workflows/check-python.yml @@ -52,9 +52,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 + uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 + uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e