From 7a1eb9b9e94db003e2ada37ecb32cf912eef8766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:25:51 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 467d7e6 (#1181) 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 fbff15c1..1a8ee2e8 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@b7cdb7fd39e52d1018799033ccd11eeb108aed85 + uses: github/codeql-action/init@467d7e6d9e138cb28eeebd638e6f0dbab1fd435e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7cdb7fd39e52d1018799033ccd11eeb108aed85 + uses: github/codeql-action/analyze@467d7e6d9e138cb28eeebd638e6f0dbab1fd435e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 8f8ae2b5..ebd6739f 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@b7cdb7fd39e52d1018799033ccd11eeb108aed85 + uses: github/codeql-action/init@467d7e6d9e138cb28eeebd638e6f0dbab1fd435e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b7cdb7fd39e52d1018799033ccd11eeb108aed85 + uses: github/codeql-action/autobuild@467d7e6d9e138cb28eeebd638e6f0dbab1fd435e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b7cdb7fd39e52d1018799033ccd11eeb108aed85 + uses: github/codeql-action/analyze@467d7e6d9e138cb28eeebd638e6f0dbab1fd435e