From 0eb09883f8c5e8cec79f3d4e5b5faff66c52bf1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:55:57 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to fa9b76a --- .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 4f10e4c9e..dee70711b 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@bd9f639752973b8438be5388158675637e1034f9 + uses: github/codeql-action/init@fa9b76ac378e31deb3e754ea3c54469c2891c81e with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bd9f639752973b8438be5388158675637e1034f9 + uses: github/codeql-action/analyze@fa9b76ac378e31deb3e754ea3c54469c2891c81e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 979d03e22..ed0d50d70 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@bd9f639752973b8438be5388158675637e1034f9 + uses: github/codeql-action/init@fa9b76ac378e31deb3e754ea3c54469c2891c81e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@bd9f639752973b8438be5388158675637e1034f9 + uses: github/codeql-action/autobuild@fa9b76ac378e31deb3e754ea3c54469c2891c81e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bd9f639752973b8438be5388158675637e1034f9 + uses: github/codeql-action/analyze@fa9b76ac378e31deb3e754ea3c54469c2891c81e