From 5ad0d4803a08dff798795f6ca9d9a149191d9cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:25:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to eefe1b5 --- .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 f41b552ed..c1bc5952b 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@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dee0bfa4f..2eb6ff0e9 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@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/autobuild@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b