From ec6feeb208dbafe2dab57f8665ca021310282a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:30:52 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to e9987ad --- .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 4fa4a6a90..44eb07353 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@54b1c84213ea9eb9171e2b582ff91d53078adecf + uses: github/codeql-action/init@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@54b1c84213ea9eb9171e2b582ff91d53078adecf + uses: github/codeql-action/analyze@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 9b6e52ee9..a282d1429 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@54b1c84213ea9eb9171e2b582ff91d53078adecf + uses: github/codeql-action/init@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@54b1c84213ea9eb9171e2b582ff91d53078adecf + uses: github/codeql-action/autobuild@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@54b1c84213ea9eb9171e2b582ff91d53078adecf + uses: github/codeql-action/analyze@e9987ad0c1d193b03a7dd5e76c24631552dd1a94