From f4e17ccae67cfe08f5e33dba984a4ea6117a9624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:04:53 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 294b6df (#851) 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 ecb10996..150277fa 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@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 + uses: github/codeql-action/init@294b6df61d4812e7497e15a9d0f240a97f453b45 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 + uses: github/codeql-action/analyze@294b6df61d4812e7497e15a9d0f240a97f453b45 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 87adee39..63e05966 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@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 + uses: github/codeql-action/init@294b6df61d4812e7497e15a9d0f240a97f453b45 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 + uses: github/codeql-action/autobuild@294b6df61d4812e7497e15a9d0f240a97f453b45 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 + uses: github/codeql-action/analyze@294b6df61d4812e7497e15a9d0f240a97f453b45