From 6b4120599eb165b33531f60314ecfe49207a70e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:54:51 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 6fe50b2 --- .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 2ef9996d0..a3085f90c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/init@6fe50b283a3d2e5533299f72d99216cd8815500f with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/analyze@6fe50b283a3d2e5533299f72d99216cd8815500f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 23bc98911..e8d7d5635 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@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/init@6fe50b283a3d2e5533299f72d99216cd8815500f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/autobuild@6fe50b283a3d2e5533299f72d99216cd8815500f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/analyze@6fe50b283a3d2e5533299f72d99216cd8815500f