From 9733854882fcce876e37fea6c03714c8631235a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 13:26:56 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 6cfb483 --- .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 ec1f722ed..c88827b57 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@ca6b92554892831c4507fde55f36bcd169fd7e01 + uses: github/codeql-action/init@6cfb483131f3f74950a251876da81c79a6fcbdec with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ca6b92554892831c4507fde55f36bcd169fd7e01 + uses: github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 133ffdb9f..bdbc264d2 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@ca6b92554892831c4507fde55f36bcd169fd7e01 + uses: github/codeql-action/init@6cfb483131f3f74950a251876da81c79a6fcbdec with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ca6b92554892831c4507fde55f36bcd169fd7e01 + uses: github/codeql-action/autobuild@6cfb483131f3f74950a251876da81c79a6fcbdec - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ca6b92554892831c4507fde55f36bcd169fd7e01 + uses: github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec