From 576d3f1fbf17fa59cf18d68c2ca37826f243cc33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:05:06 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4a01ec7 --- .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 1fa638960..eb546d9c4 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@e817992b3db357f199b6e99216d3bf853dafd0fc + uses: github/codeql-action/init@4a01ec798636a8442fbe054c7795e139a5960d29 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc + uses: github/codeql-action/analyze@4a01ec798636a8442fbe054c7795e139a5960d29 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0c2ce1d92..13bf36d6c 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@e817992b3db357f199b6e99216d3bf853dafd0fc + uses: github/codeql-action/init@4a01ec798636a8442fbe054c7795e139a5960d29 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e817992b3db357f199b6e99216d3bf853dafd0fc + uses: github/codeql-action/autobuild@4a01ec798636a8442fbe054c7795e139a5960d29 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc + uses: github/codeql-action/analyze@4a01ec798636a8442fbe054c7795e139a5960d29