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