From d1098bb67182036015cc749f4498c8fa62b41789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:53:45 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.32.2 to 4.32.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.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/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...89a39a4e59826350b863aa6b6252a07ad50cf83e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a41be41b9..a2a657f87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: ${{ !inputs.skip_code_scans }} - uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 + uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e with: languages: java config-file: .github/codeql-config.yml @@ -147,7 +147,7 @@ jobs: git push --force-with-lease - name: Perform CodeQL Analysis if: ${{ !inputs.skip_code_scans }} - uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 + uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e with: upload: 'never' output: codeql-results @@ -253,13 +253,13 @@ jobs: fi - name: Upload CodeQL scan results to GitHub Security tab if: ${{ !inputs.skip_code_scans && env.UPLOAD_SCAN_SARIF == 'true' }} - uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 + uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e with: sarif_file: codeql-results category: 'codeql' - name: Upload Trivy scan results to GitHub Security tab if: ${{ !inputs.skip_code_scans && env.UPLOAD_SCAN_SARIF == 'true' }} - uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 + uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e with: sarif_file: 'trivy-results.sarif' category: 'trivy'