From 4d6851a237318a2edc5bf4d6f6b4ec280ddb59de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:48:01 -0500 Subject: [PATCH] chore(deps): update github/codeql-action digest to b2e1676 (#266) 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 b37c8679..a6db86e0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@24ca6b040053b551dff6cc4347c391ef0b7d2639 + uses: github/codeql-action/init@b2e16761f3ad7c880bf6ad53ad7c51dd214725bc with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24ca6b040053b551dff6cc4347c391ef0b7d2639 + uses: github/codeql-action/analyze@b2e16761f3ad7c880bf6ad53ad7c51dd214725bc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index bbbc1e91..9c19d18c 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@24ca6b040053b551dff6cc4347c391ef0b7d2639 + uses: github/codeql-action/init@b2e16761f3ad7c880bf6ad53ad7c51dd214725bc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@24ca6b040053b551dff6cc4347c391ef0b7d2639 + uses: github/codeql-action/autobuild@b2e16761f3ad7c880bf6ad53ad7c51dd214725bc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24ca6b040053b551dff6cc4347c391ef0b7d2639 + uses: github/codeql-action/analyze@b2e16761f3ad7c880bf6ad53ad7c51dd214725bc