From 9b440831bd5fdecb987bdf3f3d8fe6a7ccd013a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:04:50 +0000 Subject: [PATCH] Bump github/codeql-action from 4 to 4.37.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [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...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f2e1c02be..49e512cf1 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Initialize CodeQL id: init-codeql - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.3 with: languages: java - name: Set up JDK @@ -33,4 +33,4 @@ jobs: run: $MVN -P skip-gwt verify - name: Perform CodeQL Analysis id: perform-codeql - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.3