From 5cf8b528fee28bd55feb8b552645a5e04d6824ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:30:11 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to d6c8719 --- .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 4924bbe9a..f811bfa60 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@95a5fda31a2c35fcb2e2f655a3c20dfab0016842 + uses: github/codeql-action/init@d6c871955064998606377e77e7d2257956d8dc69 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95a5fda31a2c35fcb2e2f655a3c20dfab0016842 + uses: github/codeql-action/analyze@d6c871955064998606377e77e7d2257956d8dc69 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 270a2f5a6..b63cc9391 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@95a5fda31a2c35fcb2e2f655a3c20dfab0016842 + uses: github/codeql-action/init@d6c871955064998606377e77e7d2257956d8dc69 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@95a5fda31a2c35fcb2e2f655a3c20dfab0016842 + uses: github/codeql-action/autobuild@d6c871955064998606377e77e7d2257956d8dc69 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95a5fda31a2c35fcb2e2f655a3c20dfab0016842 + uses: github/codeql-action/analyze@d6c871955064998606377e77e7d2257956d8dc69