From 0cc2514c7a1772cc2b8ab602cdcf5b2d4d6c8b34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:31:06 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 21a7ba3 --- .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 899f3815b..d6557e11f 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@80cb6b56b93de3e779c7d476d9100d06fb87c877 + uses: github/codeql-action/init@21a7ba37dd3a3acab11343f27c466aae7dfef4c7 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@80cb6b56b93de3e779c7d476d9100d06fb87c877 + uses: github/codeql-action/analyze@21a7ba37dd3a3acab11343f27c466aae7dfef4c7 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fb4c48f81..8038c2cf9 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@80cb6b56b93de3e779c7d476d9100d06fb87c877 + uses: github/codeql-action/init@21a7ba37dd3a3acab11343f27c466aae7dfef4c7 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@80cb6b56b93de3e779c7d476d9100d06fb87c877 + uses: github/codeql-action/autobuild@21a7ba37dd3a3acab11343f27c466aae7dfef4c7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@80cb6b56b93de3e779c7d476d9100d06fb87c877 + uses: github/codeql-action/analyze@21a7ba37dd3a3acab11343f27c466aae7dfef4c7