From 82144eba96fb15e9555f13b7cff0a5137b570f50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:56:50 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 216127f (#750) 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 8e895708b..e20322aaa 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@e345646da5cf2c896c269dba2b4fb62229464ef7 + uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7 + uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 950b296d3..61a6a4d5d 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@e345646da5cf2c896c269dba2b4fb62229464ef7 + uses: github/codeql-action/init@216127f34aa309c5876c25b8ea6bda90f4f559fe with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e345646da5cf2c896c269dba2b4fb62229464ef7 + uses: github/codeql-action/autobuild@216127f34aa309c5876c25b8ea6bda90f4f559fe - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e345646da5cf2c896c269dba2b4fb62229464ef7 + uses: github/codeql-action/analyze@216127f34aa309c5876c25b8ea6bda90f4f559fe