From c545ed568071348ab1826383059d2d6c925c846f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:23:35 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 2192e34 (#542) 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 978224f06..504c8b6f5 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@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/init@2192e3432bb51d34f15316c22b18434771802d1f with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/analyze@2192e3432bb51d34f15316c22b18434771802d1f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 4dd6d0d62..e45e46b06 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@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/init@2192e3432bb51d34f15316c22b18434771802d1f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/autobuild@2192e3432bb51d34f15316c22b18434771802d1f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/analyze@2192e3432bb51d34f15316c22b18434771802d1f