From 01637f040c607f3405d14e1f6231e21aa6e5f9bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:34:41 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 3516b7f (#757) 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 44fd10db..674d7224 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@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21 + uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21 + uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 3afb6afb..e7c4a464 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@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21 + uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21 + uses: github/codeql-action/autobuild@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e6a47e25652c5dbefe5b65d3b8e8dab0e9364b21 + uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f