From 10fb2a6fb524c5b006a2e7824142a0089549d31c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:06:09 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 2160dd3 --- .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 e12492f97..4e7051141 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@2ec74e3c0e8355b6d0cf43fe4ad56eef61b5d56e + uses: github/codeql-action/init@2160dd3b55fb3a72bfc85e989cad8aa785d2e8d5 with: languages: java @@ -52,4 +52,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2ec74e3c0e8355b6d0cf43fe4ad56eef61b5d56e + uses: github/codeql-action/analyze@2160dd3b55fb3a72bfc85e989cad8aa785d2e8d5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c75e3419c..00f33d2bc 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@2ec74e3c0e8355b6d0cf43fe4ad56eef61b5d56e + uses: github/codeql-action/init@2160dd3b55fb3a72bfc85e989cad8aa785d2e8d5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@2ec74e3c0e8355b6d0cf43fe4ad56eef61b5d56e + uses: github/codeql-action/autobuild@2160dd3b55fb3a72bfc85e989cad8aa785d2e8d5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2ec74e3c0e8355b6d0cf43fe4ad56eef61b5d56e + uses: github/codeql-action/analyze@2160dd3b55fb3a72bfc85e989cad8aa785d2e8d5