From 5c124f61d02924080280c5b9a68e8b2850cb9cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:16:51 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to c4fb451 --- .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 40ae0f29e..e98db5e18 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@b8e2556072180507f44e609d94974f44ee5b2d4d + uses: github/codeql-action/init@c4fb451437765abf5018c6fbf22cce1a7da1e5cc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b8e2556072180507f44e609d94974f44ee5b2d4d + uses: github/codeql-action/analyze@c4fb451437765abf5018c6fbf22cce1a7da1e5cc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 8d1cba237..abcf06670 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@b8e2556072180507f44e609d94974f44ee5b2d4d + uses: github/codeql-action/init@c4fb451437765abf5018c6fbf22cce1a7da1e5cc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b8e2556072180507f44e609d94974f44ee5b2d4d + uses: github/codeql-action/autobuild@c4fb451437765abf5018c6fbf22cce1a7da1e5cc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b8e2556072180507f44e609d94974f44ee5b2d4d + uses: github/codeql-action/analyze@c4fb451437765abf5018c6fbf22cce1a7da1e5cc