From ed3009fac0b8143500ea36dd197ef2fbbc7f4699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:44:25 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4a368f6 --- .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 1c43c683e..e93e38745 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 1b032cfd6..4ed20c414 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