From 5abe971bdba796cfb435ee02e72179ae406a05f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:09:03 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to da583b0 (#409) 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 adaedc54..e12236d8 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 420cf922..8b3f1e38 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