From ed395ef965fe49ea96c9e6570264bc9d2e545b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:58:33 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 5528384 --- .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 ef6d4b2ca..a94de73da 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@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/init@55283843ca9b4d67ebda238e93f97913b6d527ca with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/analyze@55283843ca9b4d67ebda238e93f97913b6d527ca diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2480aef2b..9c1b0962a 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@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/init@55283843ca9b4d67ebda238e93f97913b6d527ca with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/autobuild@55283843ca9b4d67ebda238e93f97913b6d527ca - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@065c6cfb7809de8db2167a953b5b622491cda914 + uses: github/codeql-action/analyze@55283843ca9b4d67ebda238e93f97913b6d527ca