From 5bdd9e5653dfe7e2c42ad654d3d0edce6b9f733b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:25:38 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b8e2556 --- .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 1f0781695..40ae0f29e 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@24b71bdbcc679a427e2e62208824ee8b23364747 + uses: github/codeql-action/init@b8e2556072180507f44e609d94974f44ee5b2d4d with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24b71bdbcc679a427e2e62208824ee8b23364747 + uses: github/codeql-action/analyze@b8e2556072180507f44e609d94974f44ee5b2d4d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 66577ad5d..8d1cba237 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@24b71bdbcc679a427e2e62208824ee8b23364747 + uses: github/codeql-action/init@b8e2556072180507f44e609d94974f44ee5b2d4d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@24b71bdbcc679a427e2e62208824ee8b23364747 + uses: github/codeql-action/autobuild@b8e2556072180507f44e609d94974f44ee5b2d4d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@24b71bdbcc679a427e2e62208824ee8b23364747 + uses: github/codeql-action/analyze@b8e2556072180507f44e609d94974f44ee5b2d4d