From 77890303c3e646220519e731fcfea41c5ae1e005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:56:10 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 760583e (#348) 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 7c726f25..1b492de1 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@ebbe965b436d3cf08f411a8e9cdefb6cda0170db + uses: github/codeql-action/init@760583e70d47693ffb9619d29cd1b1858c197d2b with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db + uses: github/codeql-action/analyze@760583e70d47693ffb9619d29cd1b1858c197d2b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index e1a3161e..32d1a33f 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@ebbe965b436d3cf08f411a8e9cdefb6cda0170db + uses: github/codeql-action/init@760583e70d47693ffb9619d29cd1b1858c197d2b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ebbe965b436d3cf08f411a8e9cdefb6cda0170db + uses: github/codeql-action/autobuild@760583e70d47693ffb9619d29cd1b1858c197d2b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db + uses: github/codeql-action/analyze@760583e70d47693ffb9619d29cd1b1858c197d2b