From 038d14e4c654bb05811ec84aeb94ba6732db3691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:19:34 +0000 Subject: [PATCH] Bump github/codeql-action from 4.31.9 to 4.32.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.32.0. - [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.31.9...v4.32.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index acb2c3b7..30ae924e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,13 +39,13 @@ jobs: ./configure - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.9 + uses: github/codeql-action/init@v4.32.0 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.9 + uses: github/codeql-action/autobuild@v4.32.0 if: ${{ matrix.language == 'python' }} - name: Build cpp @@ -65,6 +65,6 @@ jobs: make check TESTS= - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.31.9 + uses: github/codeql-action/analyze@v4.32.0 with: category: "/language:${{ matrix.language }}"