From a92bf2ea3170cf4fbb8b385a3fbfd167f4abb8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:35:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 33f8489 --- .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 89def2ed..c2636fbe 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@dcc1a6637b570d406bec5125dce2e2157d914359 + uses: github/codeql-action/init@33f84897c384aaa4dcd214fb006aaa3f0f2dc34a with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dcc1a6637b570d406bec5125dce2e2157d914359 + uses: github/codeql-action/analyze@33f84897c384aaa4dcd214fb006aaa3f0f2dc34a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ca875406..5e2b38a2 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@dcc1a6637b570d406bec5125dce2e2157d914359 + uses: github/codeql-action/init@33f84897c384aaa4dcd214fb006aaa3f0f2dc34a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@dcc1a6637b570d406bec5125dce2e2157d914359 + uses: github/codeql-action/autobuild@33f84897c384aaa4dcd214fb006aaa3f0f2dc34a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dcc1a6637b570d406bec5125dce2e2157d914359 + uses: github/codeql-action/analyze@33f84897c384aaa4dcd214fb006aaa3f0f2dc34a