From 84abf4bdd70ec24d1575795206fb14125fa9de6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 18:30:28 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to c459726 --- .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 ee053613f..3c8e76445 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@f3051ed54e9739d4268717c150539c8bc4c7aa63 + uses: github/codeql-action/init@c459726691307b11f26e39143ac67bf703c42d51 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f3051ed54e9739d4268717c150539c8bc4c7aa63 + uses: github/codeql-action/analyze@c459726691307b11f26e39143ac67bf703c42d51 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 43f872c5d..836c9e3a4 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@f3051ed54e9739d4268717c150539c8bc4c7aa63 + uses: github/codeql-action/init@c459726691307b11f26e39143ac67bf703c42d51 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f3051ed54e9739d4268717c150539c8bc4c7aa63 + uses: github/codeql-action/autobuild@c459726691307b11f26e39143ac67bf703c42d51 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f3051ed54e9739d4268717c150539c8bc4c7aa63 + uses: github/codeql-action/analyze@c459726691307b11f26e39143ac67bf703c42d51