From ea3d431cc1ae3cdb9a987b05d5cca7ae2d1de478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 19:50:04 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to f843d94 --- .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 40829322f..f1fcdc0b3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@4ffa2364a07d4fa8656211f550f36d44e8148dae + uses: github/codeql-action/init@f843d94177a3bba7c0d0366e9bb9ff7de65547a9 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4ffa2364a07d4fa8656211f550f36d44e8148dae + uses: github/codeql-action/analyze@f843d94177a3bba7c0d0366e9bb9ff7de65547a9 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 79ceaa6f6..62b6fc929 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@4ffa2364a07d4fa8656211f550f36d44e8148dae + uses: github/codeql-action/init@f843d94177a3bba7c0d0366e9bb9ff7de65547a9 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4ffa2364a07d4fa8656211f550f36d44e8148dae + uses: github/codeql-action/autobuild@f843d94177a3bba7c0d0366e9bb9ff7de65547a9 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4ffa2364a07d4fa8656211f550f36d44e8148dae + uses: github/codeql-action/analyze@f843d94177a3bba7c0d0366e9bb9ff7de65547a9