From d85297e3f6e170407a14ac9586abb4b18e32104a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:13:16 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.35.3 to 4.36.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.36.2. - [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...8aad20d150bbac5944a9f9d289da16a4b0d87c1e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..a8259146 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: 'trivy-results.sarif' category: 'trivy'