From b431d8bfaf766d51d56a71af4f86303a94111ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:40:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4264208 --- .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 a6b3031a0..5b0bb70c4 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@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b + uses: github/codeql-action/init@42642085de2a94da10d5b87c0c7b9f51e147aa1f with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b + uses: github/codeql-action/analyze@42642085de2a94da10d5b87c0c7b9f51e147aa1f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1f4b0465b..376f0bcb4 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@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b + uses: github/codeql-action/init@42642085de2a94da10d5b87c0c7b9f51e147aa1f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b + uses: github/codeql-action/autobuild@42642085de2a94da10d5b87c0c7b9f51e147aa1f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b + uses: github/codeql-action/analyze@42642085de2a94da10d5b87c0c7b9f51e147aa1f