From 37f0f06467b10541755e723ff26144b716a26464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:19:31 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to cba5fb5 (#1221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 001eb56d0..ecfcc9776 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@e782c3a145d9946aba8fa390e406acbe4e4c05c5 + uses: github/codeql-action/init@cba5fb58d4f85affaf03eb9da32f5b6c9d76838b with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e782c3a145d9946aba8fa390e406acbe4e4c05c5 + uses: github/codeql-action/analyze@cba5fb58d4f85affaf03eb9da32f5b6c9d76838b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7c3657a5e..0105e534a 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@e782c3a145d9946aba8fa390e406acbe4e4c05c5 + uses: github/codeql-action/init@cba5fb58d4f85affaf03eb9da32f5b6c9d76838b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e782c3a145d9946aba8fa390e406acbe4e4c05c5 + uses: github/codeql-action/autobuild@cba5fb58d4f85affaf03eb9da32f5b6c9d76838b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e782c3a145d9946aba8fa390e406acbe4e4c05c5 + uses: github/codeql-action/analyze@cba5fb58d4f85affaf03eb9da32f5b6c9d76838b