From fe40debcf3c01f3477308e50dafa7635f890f1b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:39:47 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 44534b7 --- .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 880421b73..555de3b56 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@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 56d79d042..983fdcdc3 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@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/autobuild@44534b787f11b377674fc4c09b1985db5366d9fb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb