From 0dde0007f6eefa042da4608ea30d3c0611d80e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:25:12 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to afdf30f --- .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 8d818fca4..1cddeca07 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@9a866ed4524fc3422c3af1e446dab8efa3503411 + uses: github/codeql-action/init@afdf30f3115691166cc85051ca5e0ee04becc2e9 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411 + uses: github/codeql-action/analyze@afdf30f3115691166cc85051ca5e0ee04becc2e9 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 78c241ea8..3bc8b8e7a 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@9a866ed4524fc3422c3af1e446dab8efa3503411 + uses: github/codeql-action/init@afdf30f3115691166cc85051ca5e0ee04becc2e9 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9a866ed4524fc3422c3af1e446dab8efa3503411 + uses: github/codeql-action/autobuild@afdf30f3115691166cc85051ca5e0ee04becc2e9 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411 + uses: github/codeql-action/analyze@afdf30f3115691166cc85051ca5e0ee04becc2e9