From 3f7f59deedfe1fc189e208842056f45c23f10b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:24:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 294b6df --- .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 ecb109965..150277fa3 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 87adee39f..63e059667 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