From 55d9e9351e804e4c5efe2ba6f421f51761274ecf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:44:17 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 52f930e --- .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 215aeb6f3..1c8d8a7bc 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@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/init@52f930e50a5971cb8a0163b8ae04f2344c26154c with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ac57282ee..10c0bad33 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@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/init@52f930e50a5971cb8a0163b8ae04f2344c26154c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/autobuild@52f930e50a5971cb8a0163b8ae04f2344c26154c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c