From 989fd3230dd63708e73ffe9b7bf8b74175d6dd0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:01:20 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to dab8a02 --- .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 838a54f68..152452a15 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@efffb483ec7bb162c4b7935f8b35ab6b94136c7b + uses: github/codeql-action/init@dab8a02091b7e1893928f2da086a62b5a8118c33 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@efffb483ec7bb162c4b7935f8b35ab6b94136c7b + uses: github/codeql-action/analyze@dab8a02091b7e1893928f2da086a62b5a8118c33 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 21ca3e569..66756bf4d 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@efffb483ec7bb162c4b7935f8b35ab6b94136c7b + uses: github/codeql-action/init@dab8a02091b7e1893928f2da086a62b5a8118c33 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@efffb483ec7bb162c4b7935f8b35ab6b94136c7b + uses: github/codeql-action/autobuild@dab8a02091b7e1893928f2da086a62b5a8118c33 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@efffb483ec7bb162c4b7935f8b35ab6b94136c7b + uses: github/codeql-action/analyze@dab8a02091b7e1893928f2da086a62b5a8118c33