From 5e53fbf04801957097621e67fa72aef3ffb6ee4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:54:38 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 166d98c (#229) 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 2d415bc2..290c8f78 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@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d771a74d..9ddcef98 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@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/autobuild@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1