From 138309bd8d7597f7e263966a6b1734181806e942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:57:33 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 25d334f (#821) 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 cb8c03223..69e1e4420 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@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f0027b630..00a9fef43 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@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/autobuild@25d334f18880e33dc44e3b13002eb3ac8dc07a8a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a