From 437fab24f2e6f365754f6e1a3b3b26a2c23ce0aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:34:35 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to d1a6527 --- .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 27e68ae20..c1f6f932e 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@72d2d850d1f91d4e1e024f4cf4276fd16bb68462 + uses: github/codeql-action/init@d1a65275e8dac7b2cc72bb121bf58f0ee7b0f92d with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@72d2d850d1f91d4e1e024f4cf4276fd16bb68462 + uses: github/codeql-action/analyze@d1a65275e8dac7b2cc72bb121bf58f0ee7b0f92d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 323c58f67..a04024f75 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@72d2d850d1f91d4e1e024f4cf4276fd16bb68462 + uses: github/codeql-action/init@d1a65275e8dac7b2cc72bb121bf58f0ee7b0f92d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@72d2d850d1f91d4e1e024f4cf4276fd16bb68462 + uses: github/codeql-action/autobuild@d1a65275e8dac7b2cc72bb121bf58f0ee7b0f92d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@72d2d850d1f91d4e1e024f4cf4276fd16bb68462 + uses: github/codeql-action/analyze@d1a65275e8dac7b2cc72bb121bf58f0ee7b0f92d