From a2a55e8f3170172921a132edcb23197a0a03b8a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:33:16 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 426821d (#1115) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6a121934..675927c2 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@323f5ef653b88011bf10e9a0a56d70d742463c9a + uses: github/codeql-action/init@426821d8037e3b86d3806660c6b0c3926f8e95a3 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@323f5ef653b88011bf10e9a0a56d70d742463c9a + uses: github/codeql-action/analyze@426821d8037e3b86d3806660c6b0c3926f8e95a3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b9ed31ca..f5265264 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@323f5ef653b88011bf10e9a0a56d70d742463c9a + uses: github/codeql-action/init@426821d8037e3b86d3806660c6b0c3926f8e95a3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@323f5ef653b88011bf10e9a0a56d70d742463c9a + uses: github/codeql-action/autobuild@426821d8037e3b86d3806660c6b0c3926f8e95a3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@323f5ef653b88011bf10e9a0a56d70d742463c9a + uses: github/codeql-action/analyze@426821d8037e3b86d3806660c6b0c3926f8e95a3