From ece5488b502e4d79ca31c3bcd965d42207503fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:54:14 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to f45390c --- .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 57861bad1..02483037f 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@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/init@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/analyze@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 3be11f640..6ec541042 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@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/init@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/autobuild@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/analyze@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d