From ed2e963a2a1eb59be7fa19e3a4cd1a0791c354e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:43:59 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4369dda (#283) 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 0e112306..99ae3630 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@9ab6aa64a0a510e961b1e38ca5de04aa2123ddb1 + uses: github/codeql-action/init@4369dda4aebe66e5c78229eb87c354387588660d with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9ab6aa64a0a510e961b1e38ca5de04aa2123ddb1 + uses: github/codeql-action/analyze@4369dda4aebe66e5c78229eb87c354387588660d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 439645f5..5f9944e8 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@9ab6aa64a0a510e961b1e38ca5de04aa2123ddb1 + uses: github/codeql-action/init@4369dda4aebe66e5c78229eb87c354387588660d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9ab6aa64a0a510e961b1e38ca5de04aa2123ddb1 + uses: github/codeql-action/autobuild@4369dda4aebe66e5c78229eb87c354387588660d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9ab6aa64a0a510e961b1e38ca5de04aa2123ddb1 + uses: github/codeql-action/analyze@4369dda4aebe66e5c78229eb87c354387588660d