From 12e6f4044f25ad9a9cbfb117eba51fa2455471f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:08:28 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to d29b979 --- .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 8816de718..d58e83531 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@59ce4c1340a74f56c129f758767ef33668e572b0 + uses: github/codeql-action/init@d29b97960cb9ac9218c31f14ce88c6974721bc4a with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@59ce4c1340a74f56c129f758767ef33668e572b0 + uses: github/codeql-action/analyze@d29b97960cb9ac9218c31f14ce88c6974721bc4a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a6048c983..46081c152 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@59ce4c1340a74f56c129f758767ef33668e572b0 + uses: github/codeql-action/init@d29b97960cb9ac9218c31f14ce88c6974721bc4a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@59ce4c1340a74f56c129f758767ef33668e572b0 + uses: github/codeql-action/autobuild@d29b97960cb9ac9218c31f14ce88c6974721bc4a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@59ce4c1340a74f56c129f758767ef33668e572b0 + uses: github/codeql-action/analyze@d29b97960cb9ac9218c31f14ce88c6974721bc4a