From e89ed97ec41ca48e18a688c87c6c7e1d4359ab53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:36:11 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to cb4e075 --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0b48dbf36..d958dd111 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@710e2945787622b429f8982cacb154faa182de18 + uses: github/codeql-action/init@cb4e075f119f8bccbc942d49655b2cd4dc6e615a with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@710e2945787622b429f8982cacb154faa182de18 + uses: github/codeql-action/analyze@cb4e075f119f8bccbc942d49655b2cd4dc6e615a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7af5d01dd..ac41ebfb2 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@710e2945787622b429f8982cacb154faa182de18 + uses: github/codeql-action/init@cb4e075f119f8bccbc942d49655b2cd4dc6e615a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@710e2945787622b429f8982cacb154faa182de18 + uses: github/codeql-action/autobuild@cb4e075f119f8bccbc942d49655b2cd4dc6e615a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@710e2945787622b429f8982cacb154faa182de18 + uses: github/codeql-action/analyze@cb4e075f119f8bccbc942d49655b2cd4dc6e615a