From 42b931776a559fcc35ddee442d60bce6e86b16dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 07:11:17 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 318bcc7 (#420) 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 355c129b2..f6e3ee11c 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@8ca5570701137b67af3d8ae3d6452f4cee6579da + uses: github/codeql-action/init@318bcc7f84641571687cf0178155b0e9693c0f45 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8ca5570701137b67af3d8ae3d6452f4cee6579da + uses: github/codeql-action/analyze@318bcc7f84641571687cf0178155b0e9693c0f45 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a5c98eba6..f8ae920e4 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@8ca5570701137b67af3d8ae3d6452f4cee6579da + uses: github/codeql-action/init@318bcc7f84641571687cf0178155b0e9693c0f45 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@8ca5570701137b67af3d8ae3d6452f4cee6579da + uses: github/codeql-action/autobuild@318bcc7f84641571687cf0178155b0e9693c0f45 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8ca5570701137b67af3d8ae3d6452f4cee6579da + uses: github/codeql-action/analyze@318bcc7f84641571687cf0178155b0e9693c0f45