From 8ee4d89c0b0d5397d870fa20d868d3139feddb0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:59:18 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 6ef6e50 (#314) 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 b9932195d..7e6f66ef7 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@a589d4087ea22a0a48fc153d1b461886e262e0f2 + uses: github/codeql-action/init@6ef6e50882c658c80f46b3453f468c5315f3fb00 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a589d4087ea22a0a48fc153d1b461886e262e0f2 + uses: github/codeql-action/analyze@6ef6e50882c658c80f46b3453f468c5315f3fb00 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 48cf2b80d..05a7ae5d3 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@a589d4087ea22a0a48fc153d1b461886e262e0f2 + uses: github/codeql-action/init@6ef6e50882c658c80f46b3453f468c5315f3fb00 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a589d4087ea22a0a48fc153d1b461886e262e0f2 + uses: github/codeql-action/autobuild@6ef6e50882c658c80f46b3453f468c5315f3fb00 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a589d4087ea22a0a48fc153d1b461886e262e0f2 + uses: github/codeql-action/analyze@6ef6e50882c658c80f46b3453f468c5315f3fb00