From 6830ddced748cf89458fb1d2900508f1b677b320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 03:02:44 +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 0651434..477eb0b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,14 +38,14 @@ jobs: # https://github.com/github/codeql-action - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.9 + uses: github/codeql-action/init@v4.32.0 with: languages: java # https://github.com/github/codeql-action - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.9 + uses: github/codeql-action/autobuild@v4.32.0 # https://github.com/github/codeql-action - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v4.31.9 \ No newline at end of file + uses: github/codeql-action/analyze@v4.32.0 \ No newline at end of file