From 5668987274952693cad77bc37fa054ee1ed603fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:41:48 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b8efe4d (#1071) 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 3b38cda3..52d5b4ac 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@864b979bc3eb6b10501334cb368b2b398a60ff1b + uses: github/codeql-action/init@b8efe4dc6ab6d31abe3ec159420d2a4916880800 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@864b979bc3eb6b10501334cb368b2b398a60ff1b + uses: github/codeql-action/analyze@b8efe4dc6ab6d31abe3ec159420d2a4916880800 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a82172e7..3343d42b 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@864b979bc3eb6b10501334cb368b2b398a60ff1b + uses: github/codeql-action/init@b8efe4dc6ab6d31abe3ec159420d2a4916880800 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@864b979bc3eb6b10501334cb368b2b398a60ff1b + uses: github/codeql-action/autobuild@b8efe4dc6ab6d31abe3ec159420d2a4916880800 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@864b979bc3eb6b10501334cb368b2b398a60ff1b + uses: github/codeql-action/analyze@b8efe4dc6ab6d31abe3ec159420d2a4916880800