From 21f3d937ae41a8628dbf4b79f84c5a6d489f54a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 18:05:26 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 130884e --- .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 99adc19c7..6f553e582 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@95cfca769b334017179a1fbe879b6d9b5cddfe54 + uses: github/codeql-action/init@130884e4e1961d7e595c85e8e60b206e0f5282e7 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95cfca769b334017179a1fbe879b6d9b5cddfe54 + uses: github/codeql-action/analyze@130884e4e1961d7e595c85e8e60b206e0f5282e7 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7b163b452..19602ea66 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@95cfca769b334017179a1fbe879b6d9b5cddfe54 + uses: github/codeql-action/init@130884e4e1961d7e595c85e8e60b206e0f5282e7 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@95cfca769b334017179a1fbe879b6d9b5cddfe54 + uses: github/codeql-action/autobuild@130884e4e1961d7e595c85e8e60b206e0f5282e7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95cfca769b334017179a1fbe879b6d9b5cddfe54 + uses: github/codeql-action/analyze@130884e4e1961d7e595c85e8e60b206e0f5282e7