From e0080d399b70300f225888021bddba7d78142c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:32:17 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to eb5bd2d --- .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 1214c48e2..5962ee17e 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@b126facd4e5d140dbdf5202489ec4a70ff75ce5c + uses: github/codeql-action/init@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b126facd4e5d140dbdf5202489ec4a70ff75ce5c + uses: github/codeql-action/analyze@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2a00e94ac..06897a1db 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@b126facd4e5d140dbdf5202489ec4a70ff75ce5c + uses: github/codeql-action/init@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b126facd4e5d140dbdf5202489ec4a70ff75ce5c + uses: github/codeql-action/autobuild@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b126facd4e5d140dbdf5202489ec4a70ff75ce5c + uses: github/codeql-action/analyze@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e