From b42313fea352f7faa2a740a5e09f4b9910b2adbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:11:54 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0b43179 --- .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 72f5eaa79..d650f9e70 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@ce07e7d196a4955bc4cd530d1d854faa5818e5e4 + uses: github/codeql-action/init@0b4317954f4f86bf5df18ed38d9987fb1d2ec4ad with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ce07e7d196a4955bc4cd530d1d854faa5818e5e4 + uses: github/codeql-action/analyze@0b4317954f4f86bf5df18ed38d9987fb1d2ec4ad diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 977fc8099..b8dd599a4 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@ce07e7d196a4955bc4cd530d1d854faa5818e5e4 + uses: github/codeql-action/init@0b4317954f4f86bf5df18ed38d9987fb1d2ec4ad with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ce07e7d196a4955bc4cd530d1d854faa5818e5e4 + uses: github/codeql-action/autobuild@0b4317954f4f86bf5df18ed38d9987fb1d2ec4ad - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ce07e7d196a4955bc4cd530d1d854faa5818e5e4 + uses: github/codeql-action/analyze@0b4317954f4f86bf5df18ed38d9987fb1d2ec4ad