From e8cc97c8e843806445d0100f37bc66cbc61f5bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:51:00 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to ce5603b --- .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 adf745692..62477b81a 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@35619fbef641cbd1a795270fefb0ac75fe5bd1de + uses: github/codeql-action/init@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@35619fbef641cbd1a795270fefb0ac75fe5bd1de + uses: github/codeql-action/analyze@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 73f2e6f6c..feea1a500 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@35619fbef641cbd1a795270fefb0ac75fe5bd1de + uses: github/codeql-action/init@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@35619fbef641cbd1a795270fefb0ac75fe5bd1de + uses: github/codeql-action/autobuild@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@35619fbef641cbd1a795270fefb0ac75fe5bd1de + uses: github/codeql-action/analyze@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce