From 763d49e4144b9be91d7a92d371d8fac69e9c9929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:26:39 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to a16ac98 (#715) 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 f0ad06207..7e504851f 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@b929cca357c69e531c6a87fd83017d582b1e56ec + uses: github/codeql-action/init@a16ac9858394f44de19295a115cdfd795f87623e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b929cca357c69e531c6a87fd83017d582b1e56ec + uses: github/codeql-action/analyze@a16ac9858394f44de19295a115cdfd795f87623e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 4c6119b28..909451ba2 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@b929cca357c69e531c6a87fd83017d582b1e56ec + uses: github/codeql-action/init@a16ac9858394f44de19295a115cdfd795f87623e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b929cca357c69e531c6a87fd83017d582b1e56ec + uses: github/codeql-action/autobuild@a16ac9858394f44de19295a115cdfd795f87623e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b929cca357c69e531c6a87fd83017d582b1e56ec + uses: github/codeql-action/analyze@a16ac9858394f44de19295a115cdfd795f87623e