From e46c648fea715fd9130c3a098be41c97a1f9ebbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:09:52 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9a866ed --- .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 01c115d56..8d818fca4 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@be2b53b5c797426cecc09bfc3edf5e2cc97ddd56 + uses: github/codeql-action/init@9a866ed4524fc3422c3af1e446dab8efa3503411 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@be2b53b5c797426cecc09bfc3edf5e2cc97ddd56 + uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fd11bc012..78c241ea8 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@be2b53b5c797426cecc09bfc3edf5e2cc97ddd56 + uses: github/codeql-action/init@9a866ed4524fc3422c3af1e446dab8efa3503411 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@be2b53b5c797426cecc09bfc3edf5e2cc97ddd56 + uses: github/codeql-action/autobuild@9a866ed4524fc3422c3af1e446dab8efa3503411 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@be2b53b5c797426cecc09bfc3edf5e2cc97ddd56 + uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411