From 2138c7e1c5cc2f284387bbd89a8a4a0ac344c811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:30:25 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 7aee932 --- .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 5c3d4ed3c..bac449562 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@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/init@7aee93297421a430700f5e81fe681dbc80a0b4f5 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 39653f61f..77e927ba0 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@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/init@7aee93297421a430700f5e81fe681dbc80a0b4f5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/autobuild@7aee93297421a430700f5e81fe681dbc80a0b4f5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5