From 8f224637782d80e0d9ca3cb6d56047c42c084f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:49:58 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to df32e39 --- .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 0fab60e81..f365ae9a1 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@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + uses: github/codeql-action/init@df32e399139a3050671466d7d9b3cbacc1cfd034 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + uses: github/codeql-action/analyze@df32e399139a3050671466d7d9b3cbacc1cfd034 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 8d5f5c0da..3a6dfaab5 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@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + uses: github/codeql-action/init@df32e399139a3050671466d7d9b3cbacc1cfd034 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + uses: github/codeql-action/autobuild@df32e399139a3050671466d7d9b3cbacc1cfd034 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + uses: github/codeql-action/analyze@df32e399139a3050671466d7d9b3cbacc1cfd034