From 0894f91400e3df5a279062d553db159d149f247f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:53:09 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0e52774 --- .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 1c8d8a7bc..ff0104e79 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@52f930e50a5971cb8a0163b8ae04f2344c26154c + uses: github/codeql-action/init@0e52774aee3a99ebade1d021ab7e132c6f8058bf with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c + uses: github/codeql-action/analyze@0e52774aee3a99ebade1d021ab7e132c6f8058bf diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 10c0bad33..b37ab6b26 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@52f930e50a5971cb8a0163b8ae04f2344c26154c + uses: github/codeql-action/init@0e52774aee3a99ebade1d021ab7e132c6f8058bf with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@52f930e50a5971cb8a0163b8ae04f2344c26154c + uses: github/codeql-action/autobuild@0e52774aee3a99ebade1d021ab7e132c6f8058bf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c + uses: github/codeql-action/analyze@0e52774aee3a99ebade1d021ab7e132c6f8058bf