From 7cc492736bf925d41fa30c69a3c58a1e125ec895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:38:34 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 878ae4a --- .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 f30513acf..206eeb2f4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -27,7 +27,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@1f63aba6538de592cd34d1d957c965c1167673c2 + uses: github/codeql-action/init@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1 with: languages: java @@ -52,4 +52,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1f63aba6538de592cd34d1d957c965c1167673c2 + uses: github/codeql-action/analyze@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ef1938fb2..e3c2e11e8 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@1f63aba6538de592cd34d1d957c965c1167673c2 + uses: github/codeql-action/init@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@1f63aba6538de592cd34d1d957c965c1167673c2 + uses: github/codeql-action/autobuild@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1f63aba6538de592cd34d1d957c965c1167673c2 + uses: github/codeql-action/analyze@878ae4a749eff2fd2a5789cd23ef5c39a4903cd1