From 71098a85697eb6bf31d62142cf13da0a8cdb7132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 21:29:17 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 9550da9 (#957) 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 05a50f1a..d7364a51 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@7927df07e268eafe499c344cd19f8bf82f4f19f7 + uses: github/codeql-action/init@9550da953dd3b29aedf76cd635101e48eae5eebd with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7927df07e268eafe499c344cd19f8bf82f4f19f7 + uses: github/codeql-action/analyze@9550da953dd3b29aedf76cd635101e48eae5eebd diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 690ffd05..c9cbb1ec 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@7927df07e268eafe499c344cd19f8bf82f4f19f7 + uses: github/codeql-action/init@9550da953dd3b29aedf76cd635101e48eae5eebd with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7927df07e268eafe499c344cd19f8bf82f4f19f7 + uses: github/codeql-action/autobuild@9550da953dd3b29aedf76cd635101e48eae5eebd - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7927df07e268eafe499c344cd19f8bf82f4f19f7 + uses: github/codeql-action/analyze@9550da953dd3b29aedf76cd635101e48eae5eebd