From 5e59a9885ff7a1132c8717658cb79651603875e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:28:42 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to bd9f639 --- .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 fe696fdd9..4f10e4c9e 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@ee1e1399e292f3386c840526dac6a4dc7509ad72 + uses: github/codeql-action/init@bd9f639752973b8438be5388158675637e1034f9 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee1e1399e292f3386c840526dac6a4dc7509ad72 + uses: github/codeql-action/analyze@bd9f639752973b8438be5388158675637e1034f9 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 877ae23f2..979d03e22 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@ee1e1399e292f3386c840526dac6a4dc7509ad72 + uses: github/codeql-action/init@bd9f639752973b8438be5388158675637e1034f9 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ee1e1399e292f3386c840526dac6a4dc7509ad72 + uses: github/codeql-action/autobuild@bd9f639752973b8438be5388158675637e1034f9 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee1e1399e292f3386c840526dac6a4dc7509ad72 + uses: github/codeql-action/analyze@bd9f639752973b8438be5388158675637e1034f9