From b68815cbc05bb6b46a4effaed9d4130b2dec6c0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:29:01 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 21eac7c --- .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 a4cde4072..bf6d66a42 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@24a95a04112446c865a0dca3b17e4de863a976da + uses: github/codeql-action/init@21eac7ce4e0333a1b2ff52db1e6378b3274be75f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24a95a04112446c865a0dca3b17e4de863a976da + uses: github/codeql-action/analyze@21eac7ce4e0333a1b2ff52db1e6378b3274be75f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7505217fb..bfb9e1dec 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@24a95a04112446c865a0dca3b17e4de863a976da + uses: github/codeql-action/init@21eac7ce4e0333a1b2ff52db1e6378b3274be75f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@24a95a04112446c865a0dca3b17e4de863a976da + uses: github/codeql-action/autobuild@21eac7ce4e0333a1b2ff52db1e6378b3274be75f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24a95a04112446c865a0dca3b17e4de863a976da + uses: github/codeql-action/analyze@21eac7ce4e0333a1b2ff52db1e6378b3274be75f