From 3a39cc75a2334ad737df3b3f3e498a3f671e5e1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:20:22 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 2584941 --- .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 878b3628c..3df50830b 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@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 + uses: github/codeql-action/init@2584941842561ce47855f34475ab04ea4cafc1fc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 + uses: github/codeql-action/analyze@2584941842561ce47855f34475ab04ea4cafc1fc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0cef957d0..6712743b1 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@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 + uses: github/codeql-action/init@2584941842561ce47855f34475ab04ea4cafc1fc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 + uses: github/codeql-action/autobuild@2584941842561ce47855f34475ab04ea4cafc1fc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 + uses: github/codeql-action/analyze@2584941842561ce47855f34475ab04ea4cafc1fc