From caec6e35e9da3ad88a8de105ca170137f42b907c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:43:06 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to e817992 (#1099) 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 7383f6bb2..030fbac29 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@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/init@e817992b3db357f199b6e99216d3bf853dafd0fc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dc1f50a33..0c2ce1d92 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@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/init@e817992b3db357f199b6e99216d3bf853dafd0fc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/autobuild@e817992b3db357f199b6e99216d3bf853dafd0fc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc