From 52e128c1a88c946c412218066aa3e0e7c6386f72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 02:30:04 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to da583b0 --- .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 adaedc54c..e12236d89 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@a9648ea7c684e61497d9a56b7b560a9640298dce + uses: github/codeql-action/init@da583b07a7c587e17604358c799ad8adf110f3e4 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a9648ea7c684e61497d9a56b7b560a9640298dce + uses: github/codeql-action/analyze@da583b07a7c587e17604358c799ad8adf110f3e4 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 420cf9223..8b3f1e38f 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@a9648ea7c684e61497d9a56b7b560a9640298dce + uses: github/codeql-action/init@da583b07a7c587e17604358c799ad8adf110f3e4 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a9648ea7c684e61497d9a56b7b560a9640298dce + uses: github/codeql-action/autobuild@da583b07a7c587e17604358c799ad8adf110f3e4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a9648ea7c684e61497d9a56b7b560a9640298dce + uses: github/codeql-action/analyze@da583b07a7c587e17604358c799ad8adf110f3e4