From d07511c95c77322d2cb1ce92428e8606c6889c99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:29:43 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9b41ced --- .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 b36e7b884..296972e97 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@889597e41d183636b55d03e1a49c44753c626a2e + uses: github/codeql-action/init@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e + uses: github/codeql-action/analyze@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a4ee054a3..34dc3074f 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@889597e41d183636b55d03e1a49c44753c626a2e + uses: github/codeql-action/init@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@889597e41d183636b55d03e1a49c44753c626a2e + uses: github/codeql-action/autobuild@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e + uses: github/codeql-action/analyze@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd