From 9ddc9f1cb2c85c2d096a493342e429120ff36e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:26:56 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to a42c0ca (#496) 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 7f21b727..d93f6d76 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@bcb460dab82ef96f9e4b3253df0235f78f92ed6a + uses: github/codeql-action/init@a42c0ca9febc9b203c85be6deb4c3353aaeb176c with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bcb460dab82ef96f9e4b3253df0235f78f92ed6a + uses: github/codeql-action/analyze@a42c0ca9febc9b203c85be6deb4c3353aaeb176c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b9213dfc..0b37ef4c 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@bcb460dab82ef96f9e4b3253df0235f78f92ed6a + uses: github/codeql-action/init@a42c0ca9febc9b203c85be6deb4c3353aaeb176c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@bcb460dab82ef96f9e4b3253df0235f78f92ed6a + uses: github/codeql-action/autobuild@a42c0ca9febc9b203c85be6deb4c3353aaeb176c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bcb460dab82ef96f9e4b3253df0235f78f92ed6a + uses: github/codeql-action/analyze@a42c0ca9febc9b203c85be6deb4c3353aaeb176c