From 1e997b1efe415d23807100eba8dcf0ff29b5604f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:37:26 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to a67b110 --- .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 0b56bef3b..63b558a29 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@4ab92370dddf1161ef7ec9df01a5acb64f692cf0 + uses: github/codeql-action/init@a67b1107956aadaa0412182caa97464e4a80625b with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4ab92370dddf1161ef7ec9df01a5acb64f692cf0 + uses: github/codeql-action/analyze@a67b1107956aadaa0412182caa97464e4a80625b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ab6dfde03..16c475bc7 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@4ab92370dddf1161ef7ec9df01a5acb64f692cf0 + uses: github/codeql-action/init@a67b1107956aadaa0412182caa97464e4a80625b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4ab92370dddf1161ef7ec9df01a5acb64f692cf0 + uses: github/codeql-action/autobuild@a67b1107956aadaa0412182caa97464e4a80625b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4ab92370dddf1161ef7ec9df01a5acb64f692cf0 + uses: github/codeql-action/analyze@a67b1107956aadaa0412182caa97464e4a80625b