From 64664c5ca1c6fb64661fa940141090ee65c96346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:36:29 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b6dfacb --- .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 dd1ac6ec9..7d4f40516 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@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/init@b6dfacb528092ed900ca0cfec2957487685c3bfd with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/analyze@b6dfacb528092ed900ca0cfec2957487685c3bfd diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 35ec324e3..9dd07ab2f 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@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/init@b6dfacb528092ed900ca0cfec2957487685c3bfd with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/autobuild@b6dfacb528092ed900ca0cfec2957487685c3bfd - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/analyze@b6dfacb528092ed900ca0cfec2957487685c3bfd