From b0922c42790c6eaedc8f87c91f187966658621c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:20:27 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.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/e46ed2cbd01164d986452f91f178727624ae40d7...68bde559dea0fdcac2102bfdf6230c5f70eb485e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.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 2a9e7719..363a0ada 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@e46ed2cbd01164d986452f91f178727624ae40d7 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e 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@e46ed2cbd01164d986452f91f178727624ae40d7 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e 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@e46ed2cbd01164d986452f91f178727624ae40d7 + uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e 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@e46ed2cbd01164d986452f91f178727624ae40d7 + uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e with: sarif_file: 'trivy-results.sarif' category: 'trivy'