From 7764a3f0071a4a5734a137df6a5caf26674cde1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:23:57 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b13d724 --- .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 bac449562..3ceaf2040 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@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/init@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/analyze@b13d724d35ff0a814e21683638ed68ed34cf53d1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 77e927ba0..ab7a2665d 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@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/init@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/autobuild@b13d724d35ff0a814e21683638ed68ed34cf53d1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/analyze@b13d724d35ff0a814e21683638ed68ed34cf53d1