From 061b1b2096d5317e20fe654711ff48d1c4f39002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:57:54 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 6fd4ceb --- .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 e356961bb..b8983a723 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@8a6b62bc2dc4eb1fbb471c60b48b640bbdac8575 + uses: github/codeql-action/init@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8a6b62bc2dc4eb1fbb471c60b48b640bbdac8575 + uses: github/codeql-action/analyze@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6131c8253..ee5826037 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@8a6b62bc2dc4eb1fbb471c60b48b640bbdac8575 + uses: github/codeql-action/init@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@8a6b62bc2dc4eb1fbb471c60b48b640bbdac8575 + uses: github/codeql-action/autobuild@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8a6b62bc2dc4eb1fbb471c60b48b640bbdac8575 + uses: github/codeql-action/analyze@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc