From 6755e3eee22e67373a6df1ab94b2cced4e44a9f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:34:11 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 32d41f3 --- .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 beb0ee63d..2e754c3fc 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@044ff10e294c786eb4ed345ca4b2c37300df28e2 + uses: github/codeql-action/init@32d41f36fe7c3d2125b2ef434749e8f445ec42cf with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@044ff10e294c786eb4ed345ca4b2c37300df28e2 + uses: github/codeql-action/analyze@32d41f36fe7c3d2125b2ef434749e8f445ec42cf diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index e4e0df357..e34d926ad 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@044ff10e294c786eb4ed345ca4b2c37300df28e2 + uses: github/codeql-action/init@32d41f36fe7c3d2125b2ef434749e8f445ec42cf with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@044ff10e294c786eb4ed345ca4b2c37300df28e2 + uses: github/codeql-action/autobuild@32d41f36fe7c3d2125b2ef434749e8f445ec42cf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@044ff10e294c786eb4ed345ca4b2c37300df28e2 + uses: github/codeql-action/analyze@32d41f36fe7c3d2125b2ef434749e8f445ec42cf