From 44b5eccb5bc9ecbccd3d5e5167e7d653b8964930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:47:54 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 32be38e (#247) 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 ecb7734d..cf180aab 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@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 37c311b9..6b9a1eab 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@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/autobuild@32be38eeffb2f4ae668081106bdd999e1f786b3d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d