From 7c85b3d28519b9adcd2bed43eda9b556b12130ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:56:47 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0d9161c --- .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 bcc008779..9635c39fc 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@7fd4900b29c9865d61ace089788ac5c913cb730b + uses: github/codeql-action/init@0d9161ca1ca47cada43d1520c3ee53b96d4c31b3 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7fd4900b29c9865d61ace089788ac5c913cb730b + uses: github/codeql-action/analyze@0d9161ca1ca47cada43d1520c3ee53b96d4c31b3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ca8252b89..306761923 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@7fd4900b29c9865d61ace089788ac5c913cb730b + uses: github/codeql-action/init@0d9161ca1ca47cada43d1520c3ee53b96d4c31b3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7fd4900b29c9865d61ace089788ac5c913cb730b + uses: github/codeql-action/autobuild@0d9161ca1ca47cada43d1520c3ee53b96d4c31b3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7fd4900b29c9865d61ace089788ac5c913cb730b + uses: github/codeql-action/analyze@0d9161ca1ca47cada43d1520c3ee53b96d4c31b3