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