From 58c76c38fdef438276ffffa2b7e9890de4e48315 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:03:46 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 3990b56 --- .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 8a0161d20..4e36bee5a 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@5bf6dad35b41961d8779984f426d6a539bbe5d10 + uses: github/codeql-action/init@3990b56b853b2d9e468e2b6db750095ecd790cf1 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5bf6dad35b41961d8779984f426d6a539bbe5d10 + uses: github/codeql-action/analyze@3990b56b853b2d9e468e2b6db750095ecd790cf1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6c73b8ad5..3345beed0 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@5bf6dad35b41961d8779984f426d6a539bbe5d10 + uses: github/codeql-action/init@3990b56b853b2d9e468e2b6db750095ecd790cf1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5bf6dad35b41961d8779984f426d6a539bbe5d10 + uses: github/codeql-action/autobuild@3990b56b853b2d9e468e2b6db750095ecd790cf1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5bf6dad35b41961d8779984f426d6a539bbe5d10 + uses: github/codeql-action/analyze@3990b56b853b2d9e468e2b6db750095ecd790cf1