From 1ac34f4506edc1204bc69ca2007be17a87876a74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:04:19 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0e346f2 --- .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 555de3b56..2af999015 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@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 983fdcdc3..fc644f274 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@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/autobuild@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab