From bc18c72632bc60c4dd7589360b3b3aca0b2115a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:06:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0d5c2e0 --- .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 d29471a1c..958113c0e 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@3f7850a17964ee76fbc058c4cf3360bfd6840486 + uses: github/codeql-action/init@0d5c2e0228a3cc9f86bf47c899e6c37286189a70 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3f7850a17964ee76fbc058c4cf3360bfd6840486 + uses: github/codeql-action/analyze@0d5c2e0228a3cc9f86bf47c899e6c37286189a70 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 5163582f2..496566fcf 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@3f7850a17964ee76fbc058c4cf3360bfd6840486 + uses: github/codeql-action/init@0d5c2e0228a3cc9f86bf47c899e6c37286189a70 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@3f7850a17964ee76fbc058c4cf3360bfd6840486 + uses: github/codeql-action/autobuild@0d5c2e0228a3cc9f86bf47c899e6c37286189a70 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3f7850a17964ee76fbc058c4cf3360bfd6840486 + uses: github/codeql-action/analyze@0d5c2e0228a3cc9f86bf47c899e6c37286189a70