From 69db2870071bfc5b307a0b5f6df27dc7f77daa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:12:09 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to d620faa (#1041) 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 8644b6cff..a6d89af52 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@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/init@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b5f2b48f5..e0a690e6a 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@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/init@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/autobuild@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3