From d36687ea0a79e6023483a3a0775d0669226404c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:04:31 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 483bef1 --- .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 96fca641c..620dd8102 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@e34513334c80bc03203d626a9c14243c9bf67245 + uses: github/codeql-action/init@483bef1dab1b4345c7aaad6b5ab530b6296dc57e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e34513334c80bc03203d626a9c14243c9bf67245 + uses: github/codeql-action/analyze@483bef1dab1b4345c7aaad6b5ab530b6296dc57e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 5d1385ae1..7f57cbbed 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@e34513334c80bc03203d626a9c14243c9bf67245 + uses: github/codeql-action/init@483bef1dab1b4345c7aaad6b5ab530b6296dc57e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e34513334c80bc03203d626a9c14243c9bf67245 + uses: github/codeql-action/autobuild@483bef1dab1b4345c7aaad6b5ab530b6296dc57e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e34513334c80bc03203d626a9c14243c9bf67245 + uses: github/codeql-action/analyze@483bef1dab1b4345c7aaad6b5ab530b6296dc57e