From ce659b061575d61c945902870bfea7dfb5850055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:38:30 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 24a95a0 --- .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 b51d5eb22..a4cde4072 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@1c270d01c75cd8a40d572ee225b0e4736a839e28 + uses: github/codeql-action/init@24a95a04112446c865a0dca3b17e4de863a976da with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1c270d01c75cd8a40d572ee225b0e4736a839e28 + uses: github/codeql-action/analyze@24a95a04112446c865a0dca3b17e4de863a976da diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d4471f3b0..7505217fb 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@1c270d01c75cd8a40d572ee225b0e4736a839e28 + uses: github/codeql-action/init@24a95a04112446c865a0dca3b17e4de863a976da with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@1c270d01c75cd8a40d572ee225b0e4736a839e28 + uses: github/codeql-action/autobuild@24a95a04112446c865a0dca3b17e4de863a976da - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1c270d01c75cd8a40d572ee225b0e4736a839e28 + uses: github/codeql-action/analyze@24a95a04112446c865a0dca3b17e4de863a976da