From 8efbb3b476fc3d2976183e4de2dc73759a968367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:25:56 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 1c4c0b3 --- .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 a85818ef3..135287b24 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@32d41f36fe7c3d2125b2ef434749e8f445ec42cf + uses: github/codeql-action/init@1c4c0b36be82b11c8adb51fb38f7122d0debe048 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@32d41f36fe7c3d2125b2ef434749e8f445ec42cf + uses: github/codeql-action/analyze@1c4c0b36be82b11c8adb51fb38f7122d0debe048 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index e34d926ad..104a753e6 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@32d41f36fe7c3d2125b2ef434749e8f445ec42cf + uses: github/codeql-action/init@1c4c0b36be82b11c8adb51fb38f7122d0debe048 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@32d41f36fe7c3d2125b2ef434749e8f445ec42cf + uses: github/codeql-action/autobuild@1c4c0b36be82b11c8adb51fb38f7122d0debe048 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@32d41f36fe7c3d2125b2ef434749e8f445ec42cf + uses: github/codeql-action/analyze@1c4c0b36be82b11c8adb51fb38f7122d0debe048