From c625721132da03e2b79836d47861eb40da3f6b71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:35:57 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4a368f6 (#660) 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 1c43c683..e93e3874 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@77bbb99abd466b60ab05e710e898ebe72cc5a8a2 + uses: github/codeql-action/init@4a368f64ad12c37745429168fc8de8672d16d5a6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@77bbb99abd466b60ab05e710e898ebe72cc5a8a2 + uses: github/codeql-action/analyze@4a368f64ad12c37745429168fc8de8672d16d5a6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1b032cfd..4ed20c41 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@77bbb99abd466b60ab05e710e898ebe72cc5a8a2 + uses: github/codeql-action/init@4a368f64ad12c37745429168fc8de8672d16d5a6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@77bbb99abd466b60ab05e710e898ebe72cc5a8a2 + uses: github/codeql-action/autobuild@4a368f64ad12c37745429168fc8de8672d16d5a6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@77bbb99abd466b60ab05e710e898ebe72cc5a8a2 + uses: github/codeql-action/analyze@4a368f64ad12c37745429168fc8de8672d16d5a6