From b1386de1b77b4a6964ce646c78edfdc860d22a24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:44:14 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b15a5b5 --- .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 a29c94029..0ef4b7eea 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@af56b044b5d41c317aef5d19920b3183cb4fbbec + uses: github/codeql-action/init@b15a5b50cb0041b664e01d1b156ed74c1a2855d1 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@af56b044b5d41c317aef5d19920b3183cb4fbbec + uses: github/codeql-action/analyze@b15a5b50cb0041b664e01d1b156ed74c1a2855d1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a40efff07..8c8e5b069 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@af56b044b5d41c317aef5d19920b3183cb4fbbec + uses: github/codeql-action/init@b15a5b50cb0041b664e01d1b156ed74c1a2855d1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@af56b044b5d41c317aef5d19920b3183cb4fbbec + uses: github/codeql-action/autobuild@b15a5b50cb0041b664e01d1b156ed74c1a2855d1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@af56b044b5d41c317aef5d19920b3183cb4fbbec + uses: github/codeql-action/analyze@b15a5b50cb0041b664e01d1b156ed74c1a2855d1