From 674978fe5644cf82ae922b7146b8d54a0cb5b7ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:38:02 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9b0ac1c --- .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 8faba4042..90b7752f2 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@d88a5540c3fd916f4e15b7744d287a124278e065 + uses: github/codeql-action/init@9b0ac1cc3b2985145e276933b2b96f423f56e68b with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d88a5540c3fd916f4e15b7744d287a124278e065 + uses: github/codeql-action/analyze@9b0ac1cc3b2985145e276933b2b96f423f56e68b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c65ca82a7..95c14288e 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@d88a5540c3fd916f4e15b7744d287a124278e065 + uses: github/codeql-action/init@9b0ac1cc3b2985145e276933b2b96f423f56e68b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@d88a5540c3fd916f4e15b7744d287a124278e065 + uses: github/codeql-action/autobuild@9b0ac1cc3b2985145e276933b2b96f423f56e68b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d88a5540c3fd916f4e15b7744d287a124278e065 + uses: github/codeql-action/analyze@9b0ac1cc3b2985145e276933b2b96f423f56e68b