From 52c165eb9e5cd67363a63edf6b4aefb6eceb5b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:34:59 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 5c681ef --- .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 6c3db70ed..09ad1c207 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@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 582622279..59d82db4a 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@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/autobuild@5c681efc3f71cd6b47b1c14583c9e86913966e9f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f