From f88be82382448b062bb58c30f41b251ea9acc96b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:04:05 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to d88a554 --- .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 252b06872..8faba4042 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@ee753b4724a8022c6235aff6a88efbfd82155923 + uses: github/codeql-action/init@d88a5540c3fd916f4e15b7744d287a124278e065 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee753b4724a8022c6235aff6a88efbfd82155923 + uses: github/codeql-action/analyze@d88a5540c3fd916f4e15b7744d287a124278e065 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1c824ce05..c65ca82a7 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@ee753b4724a8022c6235aff6a88efbfd82155923 + uses: github/codeql-action/init@d88a5540c3fd916f4e15b7744d287a124278e065 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ee753b4724a8022c6235aff6a88efbfd82155923 + uses: github/codeql-action/autobuild@d88a5540c3fd916f4e15b7744d287a124278e065 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee753b4724a8022c6235aff6a88efbfd82155923 + uses: github/codeql-action/analyze@d88a5540c3fd916f4e15b7744d287a124278e065