From be9d6523ff0cb3d42e68d8f4d36fe9661ec25eca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 03:55:44 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to f31a31c (#412) 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 460dd60be..91f6ad24f 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@dcf71cf79bcf5f35de270a5eaece62a77b559094 + uses: github/codeql-action/init@f31a31c052207cc13b328d6295c5b728bb49568c with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dcf71cf79bcf5f35de270a5eaece62a77b559094 + uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c838c3567..b5b81b7af 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@dcf71cf79bcf5f35de270a5eaece62a77b559094 + uses: github/codeql-action/init@f31a31c052207cc13b328d6295c5b728bb49568c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@dcf71cf79bcf5f35de270a5eaece62a77b559094 + uses: github/codeql-action/autobuild@f31a31c052207cc13b328d6295c5b728bb49568c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dcf71cf79bcf5f35de270a5eaece62a77b559094 + uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c