From 629350c669d3ef0f7a720b3772cb5fa094ce2b00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:32:29 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 40e16ed --- .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 097079202..c64e4df18 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@ed51cb5abd90d0e898e492d5e3f24423da71c2fb + uses: github/codeql-action/init@40e16edda1c08370bd06454cc0d3b0d4270d7c75 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ed51cb5abd90d0e898e492d5e3f24423da71c2fb + uses: github/codeql-action/analyze@40e16edda1c08370bd06454cc0d3b0d4270d7c75 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fd88af888..f469e8fbc 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@ed51cb5abd90d0e898e492d5e3f24423da71c2fb + uses: github/codeql-action/init@40e16edda1c08370bd06454cc0d3b0d4270d7c75 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ed51cb5abd90d0e898e492d5e3f24423da71c2fb + uses: github/codeql-action/autobuild@40e16edda1c08370bd06454cc0d3b0d4270d7c75 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ed51cb5abd90d0e898e492d5e3f24423da71c2fb + uses: github/codeql-action/analyze@40e16edda1c08370bd06454cc0d3b0d4270d7c75