From 037d61128e1e8a06a16d5ac899c2c92762baa4b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 03:01:43 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 98f7bbd (#383) 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 bb21dca4c..d0b28fa27 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@988e1bc94181d8b9c03964b72e28974e2dbca322 + uses: github/codeql-action/init@98f7bbd6102f2c11acb5631e38386a1837dca5a5 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@988e1bc94181d8b9c03964b72e28974e2dbca322 + uses: github/codeql-action/analyze@98f7bbd6102f2c11acb5631e38386a1837dca5a5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 295ab9972..386ef2d41 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@988e1bc94181d8b9c03964b72e28974e2dbca322 + uses: github/codeql-action/init@98f7bbd6102f2c11acb5631e38386a1837dca5a5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@988e1bc94181d8b9c03964b72e28974e2dbca322 + uses: github/codeql-action/autobuild@98f7bbd6102f2c11acb5631e38386a1837dca5a5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@988e1bc94181d8b9c03964b72e28974e2dbca322 + uses: github/codeql-action/analyze@98f7bbd6102f2c11acb5631e38386a1837dca5a5