From fd511efe9b71eedd27e6b22b079b2d1654d095e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:25:47 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 5e767ef --- .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 12b12af9f..9e683e4f7 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@25a224b8085c21d4d61b7fc051468805fc3ac490 + uses: github/codeql-action/init@5e767eff5aa6e2b719f353611ff3c363d6225d18 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25a224b8085c21d4d61b7fc051468805fc3ac490 + uses: github/codeql-action/analyze@5e767eff5aa6e2b719f353611ff3c363d6225d18 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7cdf1d9fe..d30dc03f3 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@25a224b8085c21d4d61b7fc051468805fc3ac490 + uses: github/codeql-action/init@5e767eff5aa6e2b719f353611ff3c363d6225d18 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@25a224b8085c21d4d61b7fc051468805fc3ac490 + uses: github/codeql-action/autobuild@5e767eff5aa6e2b719f353611ff3c363d6225d18 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25a224b8085c21d4d61b7fc051468805fc3ac490 + uses: github/codeql-action/analyze@5e767eff5aa6e2b719f353611ff3c363d6225d18