From f15ac9a16db6e56284cd09b68b5fc5139048e8dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:21:36 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0fa411e --- .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 1c3aa4cd1..528071aa7 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@f6a16bef8e5c39e398e4da16862d381f76824ac6 + uses: github/codeql-action/init@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f6a16bef8e5c39e398e4da16862d381f76824ac6 + uses: github/codeql-action/analyze@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 558e7e012..fa5c39c3f 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@f6a16bef8e5c39e398e4da16862d381f76824ac6 + uses: github/codeql-action/init@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f6a16bef8e5c39e398e4da16862d381f76824ac6 + uses: github/codeql-action/autobuild@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f6a16bef8e5c39e398e4da16862d381f76824ac6 + uses: github/codeql-action/analyze@0fa411efd0628aefdf9d03a0faa20a1e0edafc4a