From f9ff37edd40f5bc47224020b6bcc7720ce5ef255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:30:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 147d149 --- .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 12358da44..73c0ab2e4 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@ef618feace3c4838ae42b239ab86e8fb46437508 + uses: github/codeql-action/init@147d1495e44cd79bcd652a4bd2826462378e311d with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ef618feace3c4838ae42b239ab86e8fb46437508 + uses: github/codeql-action/analyze@147d1495e44cd79bcd652a4bd2826462378e311d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2a425eadd..381041267 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@ef618feace3c4838ae42b239ab86e8fb46437508 + uses: github/codeql-action/init@147d1495e44cd79bcd652a4bd2826462378e311d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ef618feace3c4838ae42b239ab86e8fb46437508 + uses: github/codeql-action/autobuild@147d1495e44cd79bcd652a4bd2826462378e311d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ef618feace3c4838ae42b239ab86e8fb46437508 + uses: github/codeql-action/analyze@147d1495e44cd79bcd652a4bd2826462378e311d