From 2a6148f7af138ca30263aadc791fe9729cb52af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:27:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9625890 --- .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 5b0bb70c4..33aa6f522 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@42642085de2a94da10d5b87c0c7b9f51e147aa1f + uses: github/codeql-action/init@9625890712c7f078b834b0cb549f00b374edb8ec with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@42642085de2a94da10d5b87c0c7b9f51e147aa1f + uses: github/codeql-action/analyze@9625890712c7f078b834b0cb549f00b374edb8ec diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 376f0bcb4..9be4d832d 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@42642085de2a94da10d5b87c0c7b9f51e147aa1f + uses: github/codeql-action/init@9625890712c7f078b834b0cb549f00b374edb8ec with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@42642085de2a94da10d5b87c0c7b9f51e147aa1f + uses: github/codeql-action/autobuild@9625890712c7f078b834b0cb549f00b374edb8ec - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@42642085de2a94da10d5b87c0c7b9f51e147aa1f + uses: github/codeql-action/analyze@9625890712c7f078b834b0cb549f00b374edb8ec