From 4a08a1de494860cf9a92bc27c1a62722854bc826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:34:08 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 592977e --- .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 e6fa30acb..a4bede023 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@0ce9708b98337c2050550a0195b04f83c90c4c88 + uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0ce9708b98337c2050550a0195b04f83c90c4c88 + uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d2d3668cd..233e76574 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@0ce9708b98337c2050550a0195b04f83c90c4c88 + uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@0ce9708b98337c2050550a0195b04f83c90c4c88 + uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0ce9708b98337c2050550a0195b04f83c90c4c88 + uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5