From 8edf1a636a24d58c83791cb686ed4968c149ada0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:41:46 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4ebadbc (#911) 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 dc981e63f..154499176 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@0ad7791640e0365754b29776b989bb8a341a45e9 + uses: github/codeql-action/init@4ebadbc7468649cf79b138f45e20d999351f6ed0 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0ad7791640e0365754b29776b989bb8a341a45e9 + uses: github/codeql-action/analyze@4ebadbc7468649cf79b138f45e20d999351f6ed0 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2a9a4de25..2f73434c8 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@0ad7791640e0365754b29776b989bb8a341a45e9 + uses: github/codeql-action/init@4ebadbc7468649cf79b138f45e20d999351f6ed0 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@0ad7791640e0365754b29776b989bb8a341a45e9 + uses: github/codeql-action/autobuild@4ebadbc7468649cf79b138f45e20d999351f6ed0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0ad7791640e0365754b29776b989bb8a341a45e9 + uses: github/codeql-action/analyze@4ebadbc7468649cf79b138f45e20d999351f6ed0