From ddfbf8857d5ca9dd9f91f68da014903e67b71d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:18:46 +0000 Subject: [PATCH] deps(actions): 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/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 baad1b2..a49c327 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 + - uses: github/codeql-action/init@v4.37.3 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 + - uses: github/codeql-action/analyze@v4.37.3 with: category: /language:java-kotlin diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index a622f05..d803f98 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 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: target/dependency-check-report.sarif category: dependency-check