From ef56006da77617c0e71fcd4ed9e6172dddd1f6f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:08:43 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 1a41e55 (#804) 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 384a80e5..dbe99d92 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@bc64d12bb9f349435efba65d373bac054665b85f + uses: github/codeql-action/init@1a41e5519af9803a023868b97017f81b41c35800 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bc64d12bb9f349435efba65d373bac054665b85f + uses: github/codeql-action/analyze@1a41e5519af9803a023868b97017f81b41c35800 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 762262e2..7e8a0717 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@bc64d12bb9f349435efba65d373bac054665b85f + uses: github/codeql-action/init@1a41e5519af9803a023868b97017f81b41c35800 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@bc64d12bb9f349435efba65d373bac054665b85f + uses: github/codeql-action/autobuild@1a41e5519af9803a023868b97017f81b41c35800 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bc64d12bb9f349435efba65d373bac054665b85f + uses: github/codeql-action/analyze@1a41e5519af9803a023868b97017f81b41c35800