From 38f7cc2affddb4325c3cf5ba3ef6f0d522789bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:45:36 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 0701025 --- .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 44eb07353..d7ade6207 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@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 + uses: github/codeql-action/init@0701025a8b1600e416be4f3bb5a830b1aa6af01e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 + uses: github/codeql-action/analyze@0701025a8b1600e416be4f3bb5a830b1aa6af01e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index a282d1429..8e6d4ed29 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@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 + uses: github/codeql-action/init@0701025a8b1600e416be4f3bb5a830b1aa6af01e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 + uses: github/codeql-action/autobuild@0701025a8b1600e416be4f3bb5a830b1aa6af01e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e9987ad0c1d193b03a7dd5e76c24631552dd1a94 + uses: github/codeql-action/analyze@0701025a8b1600e416be4f3bb5a830b1aa6af01e