From 4c7de88315ba5a5baf1c569a2326f38cc9acd7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:46:15 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to e96e340 --- .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 eb6167915..47d60a904 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@6ec994ecba29cf3cf0724e281b919d68714895ce + uses: github/codeql-action/init@e96e340c1e95e91449de06aabfa9525b7b98113f with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6ec994ecba29cf3cf0724e281b919d68714895ce + uses: github/codeql-action/analyze@e96e340c1e95e91449de06aabfa9525b7b98113f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ca6f5cafa..8e971c0cf 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@6ec994ecba29cf3cf0724e281b919d68714895ce + uses: github/codeql-action/init@e96e340c1e95e91449de06aabfa9525b7b98113f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@6ec994ecba29cf3cf0724e281b919d68714895ce + uses: github/codeql-action/autobuild@e96e340c1e95e91449de06aabfa9525b7b98113f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6ec994ecba29cf3cf0724e281b919d68714895ce + uses: github/codeql-action/analyze@e96e340c1e95e91449de06aabfa9525b7b98113f