From a763740e6b45b0d51c219675cd9e1839def61b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:13:47 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 1ecc277 (#846) 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 1de5cdfa..ecb10996 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@f055b5e672ed1ea4fd98a276788e4bcb5a64ad17 + uses: github/codeql-action/init@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f055b5e672ed1ea4fd98a276788e4bcb5a64ad17 + uses: github/codeql-action/analyze@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a2d896ec..87adee39 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@f055b5e672ed1ea4fd98a276788e4bcb5a64ad17 + uses: github/codeql-action/init@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f055b5e672ed1ea4fd98a276788e4bcb5a64ad17 + uses: github/codeql-action/autobuild@1ecc2779e9e8a1005dab2bfab0c908371cd4a830 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f055b5e672ed1ea4fd98a276788e4bcb5a64ad17 + uses: github/codeql-action/analyze@1ecc2779e9e8a1005dab2bfab0c908371cd4a830