From 57d738ce28bcf6148df8724e735b89cdfb2add17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:56:39 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.37.4 to 4.37.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.7. - [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.4...v4.37.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f80723b..cfa289d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -43,7 +43,7 @@ jobs: skip-dirs: target,node_modules - name: Publish dependencies to Security panel if: always() - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.7 with: sarif_file: dependency-results.sarif category: trivy/dependencies @@ -116,7 +116,7 @@ jobs: exit-code: "1" - name: Publish container to Security panel if: ${{ always() && hashFiles('container-results.sarif') != '' }} - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.7 with: sarif_file: container-results.sarif category: trivy/container @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.4 + uses: github/codeql-action/init@v4.37.7 with: languages: java-kotlin build-mode: manual @@ -141,6 +141,6 @@ jobs: - name: Build run: ./mvnw -B -DskipTests package - name: Analyze and publish CodeQL results - uses: github/codeql-action/analyze@v4.37.4 + uses: github/codeql-action/analyze@v4.37.7 with: category: /language:java-kotlin