From 7b69f5fdfcb5ee93de083d712a35ee79cc7013b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:06:31 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to ba454b8 --- .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 71091995c..4a1297c7d 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@1d9f357d018e5801d9d25e32220badc298aa1c17 + uses: github/codeql-action/init@ba454b8ab46733eb6145342877cd148270bb77ab with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1d9f357d018e5801d9d25e32220badc298aa1c17 + uses: github/codeql-action/analyze@ba454b8ab46733eb6145342877cd148270bb77ab diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index bdd83828c..5e08f906a 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@1d9f357d018e5801d9d25e32220badc298aa1c17 + uses: github/codeql-action/init@ba454b8ab46733eb6145342877cd148270bb77ab with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@1d9f357d018e5801d9d25e32220badc298aa1c17 + uses: github/codeql-action/autobuild@ba454b8ab46733eb6145342877cd148270bb77ab - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1d9f357d018e5801d9d25e32220badc298aa1c17 + uses: github/codeql-action/analyze@ba454b8ab46733eb6145342877cd148270bb77ab