From 49930f3ab6a4deefe3dfc848c9003dbc6867b759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:10:37 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 314b271 --- .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 0e8e34b1e..676204cbf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -27,7 +27,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@3ecf990cd2aa6b9aba1927f4af47605ce8c9fe79 + uses: github/codeql-action/init@314b271ce085436791639e47d46eabdfb1bed6a2 with: languages: java @@ -52,4 +52,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3ecf990cd2aa6b9aba1927f4af47605ce8c9fe79 + uses: github/codeql-action/analyze@314b271ce085436791639e47d46eabdfb1bed6a2 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 719cf96f8..e08340445 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@3ecf990cd2aa6b9aba1927f4af47605ce8c9fe79 + uses: github/codeql-action/init@314b271ce085436791639e47d46eabdfb1bed6a2 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@3ecf990cd2aa6b9aba1927f4af47605ce8c9fe79 + uses: github/codeql-action/autobuild@314b271ce085436791639e47d46eabdfb1bed6a2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3ecf990cd2aa6b9aba1927f4af47605ce8c9fe79 + uses: github/codeql-action/analyze@314b271ce085436791639e47d46eabdfb1bed6a2