From c992ee1b99cc7070929643f030c05cf4e48f0d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:45:55 +0000 Subject: [PATCH] Bump github/codeql-action from 4.32.4 to 4.34.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.34.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/89a39a4e59826350b863aa6b6252a07ad50cf83e...c6f931105cb2c34c8f901cc885ba1e2e259cf745) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9f34fb2..dc29d06 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -71,7 +71,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Initialize CodeQL Analysis - uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e + uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 with: languages: 'java' - name: Build for CodeQL Analysis @@ -79,4 +79,4 @@ jobs: run: | ./.github/scripts/codeql-build.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e + uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745