From 0693cd66ebd676fa4704ede56bf98ea977f26062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:13:53 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 24a0170 --- .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 bf6d66a42..9960dc242 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@21eac7ce4e0333a1b2ff52db1e6378b3274be75f + uses: github/codeql-action/init@24a01703e471c90cfb2687429069c3d41242cdf5 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@21eac7ce4e0333a1b2ff52db1e6378b3274be75f + uses: github/codeql-action/analyze@24a01703e471c90cfb2687429069c3d41242cdf5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index bfb9e1dec..7fdb3755d 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@21eac7ce4e0333a1b2ff52db1e6378b3274be75f + uses: github/codeql-action/init@24a01703e471c90cfb2687429069c3d41242cdf5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@21eac7ce4e0333a1b2ff52db1e6378b3274be75f + uses: github/codeql-action/autobuild@24a01703e471c90cfb2687429069c3d41242cdf5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@21eac7ce4e0333a1b2ff52db1e6378b3274be75f + uses: github/codeql-action/analyze@24a01703e471c90cfb2687429069c3d41242cdf5