From b8fdf3d61bf608bca9f0c551cd6ceae6842118ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:18:51 +0000 Subject: [PATCH] deps(actions): bump github/codeql-action from 4.37.3 to 4.37.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 to 4.37.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/v4.37.3...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/dependency-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a49c327..57b54b3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: restore-keys: | maven-codeql- - - uses: github/codeql-action/init@v4.37.3 + - uses: github/codeql-action/init@v4.37.4 with: languages: java-kotlin # security-and-quality includes the security-extended pack plus @@ -50,6 +50,6 @@ jobs: - name: Compile run: mvn -B -ntp -DskipTests -Dspotless.check.skip=true -Dlicense.skip=true package - - uses: github/codeql-action/analyze@v4.37.3 + - uses: github/codeql-action/analyze@v4.37.4 with: category: /language:java-kotlin diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index d803f98..5507119 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -92,7 +92,7 @@ jobs: - name: Upload SARIF to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@v4.37.3 + uses: github/codeql-action/upload-sarif@v4.37.4 with: sarif_file: target/dependency-check-report.sarif category: dependency-check