From ad0c648a284f48b01c0c6eb694b142c7c66f932f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:25:20 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to f1c289a --- .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 7ec07c94f..5f9b6b8d9 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@ef2fd42bcf7c6e45d4094283d6fdfedffcd69c87 + uses: github/codeql-action/init@f1c289a551a329049623e4400b20e4bd4d48ed2f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ef2fd42bcf7c6e45d4094283d6fdfedffcd69c87 + uses: github/codeql-action/analyze@f1c289a551a329049623e4400b20e4bd4d48ed2f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c28252fd0..3357e7fd9 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@ef2fd42bcf7c6e45d4094283d6fdfedffcd69c87 + uses: github/codeql-action/init@f1c289a551a329049623e4400b20e4bd4d48ed2f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ef2fd42bcf7c6e45d4094283d6fdfedffcd69c87 + uses: github/codeql-action/autobuild@f1c289a551a329049623e4400b20e4bd4d48ed2f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ef2fd42bcf7c6e45d4094283d6fdfedffcd69c87 + uses: github/codeql-action/analyze@f1c289a551a329049623e4400b20e4bd4d48ed2f