From 654810f563563c5cc81a3f7785e5feca36ca543f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:26:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 97580d7 --- .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 b05648219..7487f45fe 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@338146ca93283a2901a142d408241096146019b5 + uses: github/codeql-action/init@97580d7533c1591e2e67e0a0d103da09b5c9b684 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@338146ca93283a2901a142d408241096146019b5 + uses: github/codeql-action/analyze@97580d7533c1591e2e67e0a0d103da09b5c9b684 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dc1e49de2..c0dece840 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@338146ca93283a2901a142d408241096146019b5 + uses: github/codeql-action/init@97580d7533c1591e2e67e0a0d103da09b5c9b684 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@338146ca93283a2901a142d408241096146019b5 + uses: github/codeql-action/autobuild@97580d7533c1591e2e67e0a0d103da09b5c9b684 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@338146ca93283a2901a142d408241096146019b5 + uses: github/codeql-action/analyze@97580d7533c1591e2e67e0a0d103da09b5c9b684