From 53bec8fd447231aac853fe9977e698d2b3af855a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:48:53 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 3aa7135 --- .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 7916e1ef..e55080da 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@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/init@3aa71356c75a8edd8430d54dff2982203a28be45 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/analyze@3aa71356c75a8edd8430d54dff2982203a28be45 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 231ed66d..872a8f84 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@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/init@3aa71356c75a8edd8430d54dff2982203a28be45 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/autobuild@3aa71356c75a8edd8430d54dff2982203a28be45 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/analyze@3aa71356c75a8edd8430d54dff2982203a28be45