From ca80e117de81f18009a4d7f7ab003ac20e43d0bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:20:55 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 2b2cee5 --- .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 10e024f9d..049fbe0e8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@d30d1cabb492838711c91e6280899193c0f779c7 + uses: github/codeql-action/init@2b2cee52294c410df28cc7ba0beaf429d5b4e82c with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d30d1cabb492838711c91e6280899193c0f779c7 + uses: github/codeql-action/analyze@2b2cee52294c410df28cc7ba0beaf429d5b4e82c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 62ad6008d..d6d18aa76 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@d30d1cabb492838711c91e6280899193c0f779c7 + uses: github/codeql-action/init@2b2cee52294c410df28cc7ba0beaf429d5b4e82c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@d30d1cabb492838711c91e6280899193c0f779c7 + uses: github/codeql-action/autobuild@2b2cee52294c410df28cc7ba0beaf429d5b4e82c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d30d1cabb492838711c91e6280899193c0f779c7 + uses: github/codeql-action/analyze@2b2cee52294c410df28cc7ba0beaf429d5b4e82c