From ce19ac91f62689a0e0e02e53538e1035bf95387f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:14:50 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 64431c6 (#1106) 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 004a531a5..65d769ff1 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@cb28816228ffd4c85f55e62cf398ab8802ffbce8 + uses: github/codeql-action/init@64431c66d0e98a26d34f9485e5f8e317e14956fc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cb28816228ffd4c85f55e62cf398ab8802ffbce8 + uses: github/codeql-action/analyze@64431c66d0e98a26d34f9485e5f8e317e14956fc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0303b84b4..c9f397966 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@cb28816228ffd4c85f55e62cf398ab8802ffbce8 + uses: github/codeql-action/init@64431c66d0e98a26d34f9485e5f8e317e14956fc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@cb28816228ffd4c85f55e62cf398ab8802ffbce8 + uses: github/codeql-action/autobuild@64431c66d0e98a26d34f9485e5f8e317e14956fc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cb28816228ffd4c85f55e62cf398ab8802ffbce8 + uses: github/codeql-action/analyze@64431c66d0e98a26d34f9485e5f8e317e14956fc